mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix lint
This commit is contained in:
@@ -83,6 +83,8 @@ export class AppConfigService {
|
||||
|
||||
/**
|
||||
* Returns current authentication type as configured via `authType` property.
|
||||
*
|
||||
* @returns authentication type
|
||||
*/
|
||||
get authType(): 'OAUTH' | 'BASIC' {
|
||||
return this.get(AppConfigValues.AUTHTYPE);
|
||||
|
||||
@@ -33,6 +33,7 @@ import { AppConfigService } from '../../app-config/app-config.service';
|
||||
*
|
||||
* @param oAuthService auth service
|
||||
* @param storage storage service
|
||||
* @param appConfig application config
|
||||
* @param config auth configuration
|
||||
* @returns a factory function
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user