File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,12 @@ const submit = () => {
20
20
<AuthLayout title =" Verify email" description =" Please verify your email address by clicking on the link we just emailed to you." >
21
21
<Head title =" Email verification" />
22
22
23
- <div class =" mb-4 text-center text-sm text-gray-600" >
24
- Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you
25
- didn't receive the email, we will gladly send you another
26
- </div >
27
-
28
23
<div v-if =" status === 'verification-link-sent'" class =" mb-4 text-center text-sm font-medium text-green-600" >
29
- A new verification link has been sent to the email address you provided during registration
24
+ A new verification link has been sent to the email address you provided during registration.
30
25
</div >
31
26
32
27
<form @submit.prevent =" submit" class =" space-y-6 text-center" >
33
- <Button :disabled =" form.processing" >
28
+ <Button :disabled =" form.processing" variant = " secondary " >
34
29
<LoaderCircle v-if =" form.processing" class =" h-4 w-4 animate-spin" />
35
30
Resend verification email
36
31
</Button >
@@ -41,7 +36,7 @@ const submit = () => {
41
36
as =" button"
42
37
class =" mx-auto block text-sm"
43
38
>
44
- Log Out
39
+ Log out
45
40
</TextLink >
46
41
</form >
47
42
</AuthLayout >
You can’t perform that action at this time.
0 commit comments