Skip to content

Commit

Permalink
Merge pull request #16 from vultisig/dev
Browse files Browse the repository at this point in the history
fixed from paao's list
  • Loading branch information
AmiKonst authored Oct 10, 2024
2 parents 86bd50d + 3c0ec71 commit 46f8a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const actions = {
});

if (result.status === 200) {
return true;
return !!result.data?.status;
}
} catch (e) {
if (e.status === 400) {
Expand Down

0 comments on commit 46f8a6f

Please sign in to comment.