Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbacs authored Jan 15, 2024
1 parent 82da66c commit d27d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/providers/useSignInWithTheKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const useSignInWithTheKey = () => {
anonymousUid,
},
});

if (data?.loginWithTheKey?.token) {
await setAuthToken(data.loginWithTheKey.token);
await setMissionHubRefreshToken(
Expand Down

0 comments on commit d27d2e0

Please sign in to comment.