mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix typo
This commit is contained in:
parent
d82ee0fa31
commit
f800933799
@ -13,7 +13,7 @@ class ApiCraftyLockoutHandler(BaseApiHandler):
|
||||
self.controller.users.start_anti_lockout(self.controller.project_root)
|
||||
lockout_msg = (
|
||||
"Lockout account has been activated for 1 hour."
|
||||
" Please find credentials in confg/anti-lockout.txt"
|
||||
" Please find credentials in config/anti-lockout.txt"
|
||||
)
|
||||
return self.finish_json(
|
||||
200,
|
||||
|
Loading…
Reference in New Issue
Block a user