mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-30 09:56:11 +01:00
harcoded name
This commit is contained in:
@@ -1724,6 +1724,6 @@ class Admin
|
||||
|
||||
public function get2FA()
|
||||
{
|
||||
return new TwoFactorAuth($this->grav['config']->get('site.title'));
|
||||
return new TwoFactorAuth('Grav');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user