mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 03:46:58 +01:00
* [ADD] Added default permissions for accounts based on user, group and profiles.
* [MOD] Updated translations * [MOD] Code refactoring
This commit is contained in:
@@ -126,7 +126,7 @@ final class AuthTokenController extends ControllerBase implements CrudController
|
||||
*/
|
||||
protected function setViewData($authTokenId = null)
|
||||
{
|
||||
$this->view->addTemplate('authtoken', 'itemshow');
|
||||
$this->view->addTemplate('auth_token', 'itemshow');
|
||||
|
||||
$authToken = $authTokenId ? $this->authTokenService->getById($authTokenId) : new AuthTokenData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user