Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28de0dc2a0 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/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 @@
|
||||
{}
|
||||
@ -316,16 +316,16 @@ export default function Login() {
|
||||
<BaseButton
|
||||
className={'w-full'}
|
||||
type='submit'
|
||||
label={
|
||||
isFetching
|
||||
? t('pages.login.form.loading', {
|
||||
defaultValue: 'Loading...',
|
||||
})
|
||||
: t('pages.login.form.loginButton', {
|
||||
defaultValue: 'Login',
|
||||
})
|
||||
}
|
||||
color='info'
|
||||
label={
|
||||
isFetching
|
||||
? t('pages.login.form.loading', {
|
||||
defaultValue: 'Loading...',
|
||||
})
|
||||
: `đź”’ ${t('pages.login.form.loginButton', {
|
||||
defaultValue: 'Login',
|
||||
})} âś…`
|
||||
}
|
||||
color='success'
|
||||
disabled={isFetching}
|
||||
/>
|
||||
</BaseButtons>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user