Fix "Failed to save authentication token" when adding token to kolab-2fa plugin (T968)
This commit is contained in:
parent
6a8b8b19a0
commit
f1eada2be3
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ class RcubeUser extends Base
|
|||
if (!$success) {
|
||||
$this->log(LOG_WARNING, sprintf('Failed to save prefs for user %s', $this->username));
|
||||
}
|
||||
|
||||
return $success;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue