Login btn
This commit is contained in:
parent
6c0305da71
commit
28de0dc2a0
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -321,11 +321,11 @@ export default function Login() {
|
|||||||
? t('pages.login.form.loading', {
|
? t('pages.login.form.loading', {
|
||||||
defaultValue: 'Loading...',
|
defaultValue: 'Loading...',
|
||||||
})
|
})
|
||||||
: t('pages.login.form.loginButton', {
|
: `🔒 ${t('pages.login.form.loginButton', {
|
||||||
defaultValue: 'Login',
|
defaultValue: 'Login',
|
||||||
})
|
})} ✅`
|
||||||
}
|
}
|
||||||
color='info'
|
color='success'
|
||||||
disabled={isFetching}
|
disabled={isFetching}
|
||||||
/>
|
/>
|
||||||
</BaseButtons>
|
</BaseButtons>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user