mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
add missing return type
This commit is contained in:
@@ -79,7 +79,7 @@ export class OidcAuthenticationService extends BaseAuthenticationService {
|
||||
return this.appConfig.oauth2.implicitFlow;
|
||||
}
|
||||
|
||||
isAuthCodeFlow() {
|
||||
isAuthCodeFlow(): boolean {
|
||||
return this.appConfig.oauth2.codeFlow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user