Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Feb 13, 2024
1 parent 3ce8416 commit dc0d9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default async function getUserInfo(config: {
});
const {
ui: { method, action, nodes },
ui,
} = flow.data;
const form = document.createElement('form');
form.method = method;
Expand Down

0 comments on commit dc0d9f2

Please sign in to comment.