Fix cancel button redirect on line 228 to dashboard
cgen-35effcebb9c645fdb13aacb4cb80f124
This commit is contained in:
parent
ab8a0fed5f
commit
63bf518bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ export default function DiscordVerify() {
|
|||
</Button>
|
||||
|
||||
<Button
|
||||
onClick={() => navigate("/profile/settings")}
|
||||
onClick={() => navigate("/dashboard")}
|
||||
variant="outline"
|
||||
className="w-full"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue