mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 00:19:57 -04:00
fix(frontend): refactor api error handling
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e93144eb40
commit
57bfca7b15
44 changed files with 387 additions and 465 deletions
|
@ -192,7 +192,6 @@
|
|||
"password": "Passwort",
|
||||
"username": "Benutzername",
|
||||
"error": {
|
||||
"openIdLogin": "OpenID nicht korrekt",
|
||||
"usernamePassword": "Benutzername oder Passwort nicht korrekt"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -545,7 +545,6 @@
|
|||
"password": "Password",
|
||||
"username": "Username",
|
||||
"error": {
|
||||
"openIdLogin": "Invalid OpenID provided",
|
||||
"usernamePassword": "Invalid username or password",
|
||||
"loginDisabled": "The login is disabled",
|
||||
"other": "There was an error logging you in."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue