Skip to content

Commit

Permalink
[Issue-283] Auto log-out wrong linking
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Jan 17, 2025
1 parent b2bde37 commit 02d915d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ export const AuthenticationMythProvider = ({ children }: AuthenticationMythProvi
});

if (rs.error) {
telegramConnector.showPopup({
message: rs.error
}, () => {
onLogoutMythAccount();
});
console.error(rs.error);
} else if (rs.success) {
setIsLinked(rs.success);
Expand Down

0 comments on commit 02d915d

Please sign in to comment.