forked from wallabag/wallabag
Add CraueConfig for internal settings
This commit is contained in:
@ -163,6 +163,7 @@ class ConfigController extends Controller
|
||||
'username' => $user->getUsername(),
|
||||
'token' => $config->getRssToken(),
|
||||
),
|
||||
'twofactor_auth' => $this->getParameter('twofactor_auth'),
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user