Skip to content

Commit 3d99d2f

Browse files
authored
fix: fix to fix (#308)
1 parent be08d9a commit 3d99d2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/lib/auth/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ export const auth = async ({ payload, noThrow = false, type }: AuthType) => {
206206
if (payload !== undefined) {
207207
return null;
208208
}
209-
return null;
210209
throw new Error("Failed to authenticate");
211210
}
212211
};

0 commit comments

Comments
 (0)