Skip to content

Commit

Permalink
remove google implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicknakin committed Apr 20, 2024
1 parent d92d520 commit 4a793b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nt-web-app/identity/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const getUser = async (id_token: string): Promise<UserData> => {
} catch (ex) {
console.error(ex);
}
return new Promise(() => { });
return Promise.resolve();
}

//TODO ADAPT TO GOOGLE
Expand Down

0 comments on commit 4a793b0

Please sign in to comment.