36 fix logbook edit view error (#37)
* fixing log view edit error * fixing log view edit error * fixing log view edit error * fixing log view edit error
This commit was merged in pull request #37.
This commit is contained in:
@@ -10,7 +10,6 @@ export class AzureAdStrategy extends PassportStrategy(
|
||||
'azure-ad'
|
||||
) {
|
||||
constructor(@Inject(MODULE_OPTIONS_TOKEN) authModuleOptions: AuthModuleOptions) {
|
||||
console.log(authModuleOptions)
|
||||
super({
|
||||
identityMetadata: `https://login.microsoftonline.com/${authModuleOptions.tenantId}/.well-known/openid-configuration`,
|
||||
clientID: authModuleOptions.clientId,
|
||||
|
||||
Reference in New Issue
Block a user