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 829b331 commit e71ad1dCopy full SHA for e71ad1d
app/(account)/confirm-email/[token]/actions.ts
@@ -1,6 +1,6 @@
1
"use server"
2
3
-import {isFieldError, isGeneralError} from "../../../../lib/auth/guards";
+import {isFieldError} from "../../../../lib/auth/guards";
4
5
export const postMailConfirmationToken = async (token: string): Promise<any> => {
6
try {
0 commit comments