Skip to content
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

Infinite loading screen loop on login/register pages #9

Closed
oualidmaz opened this issue Sep 19, 2019 · 1 comment
Closed

Infinite loading screen loop on login/register pages #9

oualidmaz opened this issue Sep 19, 2019 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@oualidmaz
Copy link

Try to refresh "login" or "register" the loading page started and never ended

@oualidmaz
Copy link
Author

oualidmaz commented Sep 19, 2019

a quick fix is to add the code below to login and register pages

ngAfterViewInit() {
  this.preloader.hide();
}

@nzbin nzbin added the bug Something isn't working label Sep 19, 2019
@nzbin nzbin closed this as completed Sep 20, 2019
@nzbin nzbin added the good first issue Good for newcomers label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants