We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95d7da commit 7254e40Copy full SHA for 7254e40
projects/lib/src/oauth-service.ts
@@ -1785,16 +1785,16 @@ export class OAuthService extends AuthConfig implements OnDestroy {
1785
return Promise.reject(event);
1786
}
1787
1788
+ }
1789
- this.storeSessionState(sessionState);
1790
+ this.storeSessionState(sessionState);
1791
- if (code) {
1792
- await this.getTokenFromCode(code, options);
1793
- this.restoreRequestedRoute();
1794
- return Promise.resolve();
1795
- } else {
1796
1797
- }
+ if (code) {
+ await this.getTokenFromCode(code, options);
+ this.restoreRequestedRoute();
+ return Promise.resolve();
+ } else {
1798
1799
1800
return Promise.reject();
0 commit comments