mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
#272 Update 'login' test config
This commit is contained in:
@@ -59,7 +59,7 @@ export class AlfrescoAuthenticationService {
|
||||
* @param password
|
||||
* @returns {Observable<R>|Observable<T>}
|
||||
*/
|
||||
login(username: string, password: string) {
|
||||
login(username: string, password: string): Observable<string> {
|
||||
return this.loginPost(username, password);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user