Skip to content
Snippets Groups Projects
Commit 088d675a authored by Lance Wilson's avatar Lance Wilson
Browse files

Update authorisation.service.ts to fix notification spelling mistake

parent 0b417ee2
No related branches found
No related tags found
2 merge requests!21New css dev,!5Dev
Pipeline #7245 passed
......@@ -347,7 +347,7 @@ public getKeys(id?: Identity) {
console.error(error);
}
private signingError(error: any,sshauthzservice: SshAuthzServer) {
this.statusMsg.next('You don\'t appear to have an acocunt on '+sshauthzservice.name);
this.statusMsg.next('You don\'t appear to have an account on '+sshauthzservice.name);
console.log(error);
if (!(sshauthzservice.logout === null)) {
window.open(sshauthzservice.logout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment