Skip to content

Commit

Permalink
thinking
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed Sep 27, 2024
1 parent b95f74e commit ab2c179
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ export function OneClickLoginScreen(): JSX.Element | null {
return;
}
try {
await dispatch({
type: "one-click-login",
email,
code,
targetFolder
});
// await dispatch({
// type: "one-click-login",
// email,
// code,
// targetFolder
// });
} catch (err) {
await dispatch({
type: "error",
Expand Down

0 comments on commit ab2c179

Please sign in to comment.