Skip to content

Commit f3e6b74

Browse files
sgbjmkArtakMSFT
authored andcommitted
Reference correct variable in nested try catch
Tiny inconsistency I noticed when using this project template
1 parent 752d99c commit f3e6b74

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization/authorize.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class AuthorizeService {
135135
await this.userManager.signoutRedirect(this.createArguments(state));
136136
return this.redirect();
137137
} catch (redirectSignOutError) {
138-
console.log('Redirect signout error: ', popupSignOutError);
138+
console.log('Redirect signout error: ', redirectSignOutError);
139139
return this.error(redirectSignOutError);
140140
}
141141
}

0 commit comments

Comments
 (0)