Skip to content

Commit

Permalink
手机端注销后再登录异常
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Jan 11, 2025
1 parent 9ab2a06 commit 1a73722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator/packages/steedos-base/client/bootstrap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Steedos.logout = (redirect)->
if accountsUrl
if !redirect
if Meteor.isCordova
redirect = Meteor.absoluteUrl();
redirect = getRedirectUrl();
# else
# redirect = getRedirectUrl();
if redirect
Expand Down

0 comments on commit 1a73722

Please sign in to comment.