Add OpenID support to webapp

This commit is contained in:
eikek
2021-09-05 23:43:07 +02:00
parent f8362329a9
commit 984dda9da0
13 changed files with 138 additions and 32 deletions

View File

@@ -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"
}