Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Nov 11, 2024
1 parent 1d58228 commit 4362254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/accounts/openid.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ export async function loginWithOpenIdFinalize(body) {
if (identity == null) {
return { error: 'openid-grant-failed: no identification was found' };
}



let userId = null;
accountDb.transaction(() => {
Expand Down

0 comments on commit 4362254

Please sign in to comment.