mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
fix typo in log message
This commit is contained in:
@@ -22,7 +22,7 @@ trait AccountService {
|
||||
}
|
||||
|
||||
if(account.isEmpty){
|
||||
logger.info(s"Failed to authentication: $userName")
|
||||
logger.info(s"Failed to authenticate: $userName")
|
||||
}
|
||||
|
||||
account
|
||||
|
||||
Reference in New Issue
Block a user