mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix unit test '[BPM] should return an BPM ticket after the login done': add Basic suffix to basicAuth
This commit is contained in:
@@ -158,7 +158,7 @@ export class ProcessAuth {
|
|||||||
base64 = btoa(str);
|
base64 = btoa(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
return base64;
|
return `Basic ${base64}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user