mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
extend error toast auto close time to 10s on login and signup
This commit is contained in:
parent
8b1b6d3087
commit
99a6fdfc0f
@ -32,8 +32,9 @@ export function LoginPage() {
|
||||
render({ data }) {
|
||||
return `${data}`
|
||||
},
|
||||
autoClose: 10000,
|
||||
},
|
||||
pending: 'logging in ...'
|
||||
pending: 'logging in ...',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -34,6 +34,7 @@ export function SignupPage() {
|
||||
render({ data }) {
|
||||
return `${data}`
|
||||
},
|
||||
autoClose: 10000,
|
||||
},
|
||||
pending: 'creating new user ...'
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user