Skip to content

Commit

Permalink
Merge branch 'master' into angular-13
Browse files Browse the repository at this point in the history
  • Loading branch information
luminousleek authored Apr 27, 2024
2 parents 9b3f5f5 + f204db3 commit 72c5e3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/core/services/mocks/mock.auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ export class MockAuthService {
startOAuthProcess() {
this.accessToken.next('FabricatedToken');
}

navigateToLandingPage() {
this.router.navigateByUrl(this.phaseService.currentPhase);
}

clearNext() {}

getNext() {}

storeNext(next: any) {}
}

0 comments on commit 72c5e3a

Please sign in to comment.