harcoded name

This commit is contained in:
Andy Miller
2017-08-25 16:30:00 -06:00
parent 8658466e8d
commit 92dd08eb4a

View File

@@ -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');
} }
} }