feat: Ability to show detailed auth errors, set to false by default (#860)

This commit is contained in:
Aurélien Troncy
2024-08-30 11:47:29 +02:00
committed by GitHub
parent 573e6b65ba
commit ccfc621d51
7 changed files with 29 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ export default {
common: {
emailOrUsername: 'E-mail or username',
invalidEmailOrUsername: 'Invalid e-mail or username',
invalidCredentials: 'Invalid credentials',
invalidPassword: 'Invalid password',
logInToPlanka: 'Log in to Planka',
noInternetConnection: 'No internet connection',