mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-30 00:28:23 +00:00
Add OpenID support to webapp
This commit is contained in:
@@ -29,6 +29,7 @@ type alias Texts =
|
||||
, noAccount : String
|
||||
, signupLink : String
|
||||
, otpCode : String
|
||||
, or : String
|
||||
}
|
||||
|
||||
|
||||
@@ -47,6 +48,7 @@ gb =
|
||||
, noAccount = "No account?"
|
||||
, signupLink = "Sign up!"
|
||||
, otpCode = "Authentication code"
|
||||
, or = "Or"
|
||||
}
|
||||
|
||||
|
||||
@@ -65,4 +67,5 @@ de =
|
||||
, noAccount = "Kein Konto?"
|
||||
, signupLink = "Hier registrieren!"
|
||||
, otpCode = "Authentifizierungscode"
|
||||
, or = "Oder"
|
||||
}
|
||||
|
Reference in New Issue
Block a user