Fixed a typo in the error message.
This commit is contained in:
parent
3f764696b8
commit
d1b07ef269
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
);
|
||||
|
||||
if (user == null)
|
||||
throw new Exception("Authentication token is invalid or borken");
|
||||
throw new Exception("Authentication token is invalid or broken");
|
||||
|
||||
SecurityContext.SetThreadPrincipal(user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue