We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8855511 commit 435c8a4Copy full SHA for 435c8a4
web/src/modules/auth/components/client/LoginFrom.tsx
@@ -43,12 +43,12 @@ export const LoginForm: FC = () => {
43
44
console.log(response.data);
45
46
- toast.success('An email has been sent to you with a login link.', {
+ toast.success(`A magic link has been sent to ${email}!`, {
47
position: 'top-center',
48
duration: 20_000, // 20 seconds
49
});
50
51
- toast.success('Please check your inbox and follow the instructions.', {
+ toast.success('It will stay valid for one hour!', {
52
53
54
0 commit comments