Merge pull request #2067 from penpot/niwinz-auth-improvements

♻️ Refactor auth code
This commit is contained in:
Alejandro 2022-07-04 11:28:26 +02:00 committed by GitHub
commit f7f9ba99f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1306 additions and 960 deletions

View file

@ -699,6 +699,10 @@ msgstr "This invite might be canceled or may be expired."
msgid "errors.ldap-disabled"
msgstr "LDAP authentication is disabled."
#: src/app/main/ui/auth/login.cljs
msgid "errors.auth-provider-not-configured"
msgstr "Authentication provider not configured."
msgid "errors.media-format-unsupported"
msgstr "The image format is not supported (must be svg, jpg or png)."