We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ace9 commit 2a846dfCopy full SHA for 2a846df
src/app/authorize/pages/authorize/authorize.component.ts
@@ -111,7 +111,6 @@ export class AuthorizeComponent {
111
* Internal method to finalize redirection (non-observable variant).
112
*/
113
finishRedirect(): void {
114
- console.log('finishRedirect')
115
if (this.redirectByReportAlreadyAuthorize) {
116
this.reportReAuthorization(this.oauthSession)
117
} else {
@@ -131,7 +130,6 @@ export class AuthorizeComponent {
131
130
private finishRedirectObs(
132
oauthSession: RequestInfoForm
133
): Observable<boolean> {
134
- console.log('finishRedirectObs')
135
;(this.window as any).outOfRouterNavigation(oauthSession.redirectUrl)
136
return NEVER
137
}
0 commit comments