style: login form style

This commit is contained in:
jialin
2025-08-13 16:25:26 +08:00
parent cf70bd2dc1
commit f2583e152a
10 changed files with 257 additions and 179 deletions
+2 -4
View File
@@ -6,9 +6,6 @@ export default {
'common.button.shortcut': 'Keyboard Shortcut',
'common.button.add': 'Add',
'common.button.login': 'Log in',
'common.button.login.local': 'Log in with local user',
'common.button.oidclogin': 'Log in with OIDC',
'common.button.samllogin': 'Log in with SAML',
'common.button.select': 'Select',
'common.button.selected': 'Selected',
'common.button.continue': 'Continue',
@@ -257,5 +254,6 @@ export default {
'common.select.count': '{count} selected',
'common.login.auth': 'Authenticating...',
'common.login.auth.failed': 'Authentication failed',
'common.login.thirdparty': 'or login with'
'common.login.password': 'Log in with Password',
'common.external.login': 'Log in with {type}'
};