This commit is contained in:
2024-02-07 17:55:09 +05:00
parent f665fb4e39
commit b48ceaa490

View File

@@ -100,7 +100,7 @@ class EventType
self::LOGOUT => 'notice',
self::PASSWORD_RESET => 'info',
self::FAILED => 'warning',
self::ATTEMPTING => 'info',
self::ATTEMPTING => 'alert',
self::LOCKOUT => 'alert',
default => 'info',
};