refactor(login-success): remove unnecessary blank line
All checks were successful
All checks were successful
This commit is contained in:
parent
0e1946d190
commit
64f701c651
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ export default class LoginSuccessComponent implements OnInit {
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
// Check if we're authenticated
|
// Check if we're authenticated
|
||||||
if (this.oauthService.hasValidAccessToken()) {
|
if (this.oauthService.hasValidAccessToken()) {
|
||||||
this.router.navigate(['/home']);
|
this.router.navigate(['/home']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue