Skip to content

Commit 0fcef50

Browse files
committed
refactor(web): update-fetch-user-response-type
1 parent bd9272e commit 0fcef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/utils/atlas/fetchUser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { OPTIONS } from "utils/wrapWithToast";
55

66
export type User = {
77
email: string;
8-
isEmailVerified: string;
8+
isEmailVerified: boolean;
99
emailUpdateableAt: string | null;
1010
};
1111

0 commit comments

Comments
 (0)