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