mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Тесты для AuthorizationForm и кастомного RequiredValidator
В модуль Authserver добавлены хелперы для логирования Исправлена ошибка в MinecraftAccessKey Ускорено тестирование всего приложения
This commit is contained in:
@@ -54,7 +54,7 @@ class MinecraftAccessKey extends ActiveRecord {
|
||||
}
|
||||
|
||||
public function isActual() : bool {
|
||||
return $this->timestamp + self::LIFETIME >= time();
|
||||
return $this->updated_at + self::LIFETIME >= time();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user