mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 06:16:56 +02: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