Skip to content

[PWN-6097] autoselect token from URL on reload #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: mvvm
Choose a base branch
from

Conversation

agroznykh
Copy link
Contributor

@agroznykh agroznykh commented Nov 24, 2022

@agroznykh agroznykh temporarily deployed to staging November 24, 2022 14:26 Inactive
@agroznykh agroznykh temporarily deployed to staging November 24, 2022 14:26 Inactive
@github-actions github-actions bot changed the title autoselect token from URL on reload [PWN-6097] autoselect token from URL on reload Nov 24, 2022
@agroznykh agroznykh temporarily deployed to staging November 24, 2022 14:27 Inactive
@agroznykh agroznykh temporarily deployed to staging November 24, 2022 14:27 Inactive
@agroznykh agroznykh temporarily deployed to staging November 24, 2022 14:29 Inactive
@github-actions
Copy link

PR Preview Action v1.2.0
🚀 Deployed preview to https://p2p-org.github.io/p2p-wallet-web/pr-preview/pr-260/
on branch gh-pages at 2022-11-24 14:32 UTC

@@ -67,6 +68,12 @@ export class WalletsRepository extends SDListViewModel<Wallet> {
this._stopObserving();
}

override reload(): void {
if (!this._wasRequested) {
Copy link
Collaborator

@beautyfree beautyfree Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reload never calls twice because of this condition, and because _wasRequested never become false. do you think its right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants