Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 @@
|
|||||||
|
{}
|
||||||
@ -316,16 +316,16 @@ export default function Login() {
|
|||||||
<BaseButton
|
<BaseButton
|
||||||
className={'w-full'}
|
className={'w-full'}
|
||||||
type='submit'
|
type='submit'
|
||||||
label={
|
label={
|
||||||
isFetching
|
isFetching
|
||||||
? 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