Update users.js
This commit is contained in:
parent
21bd19b6ae
commit
7a86f10ebc
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ $(document).ready(function () {
|
|||
{username: uid, password: $(this).val(), recoveryPassword: recoveryPasswordVal},
|
||||
function (result) {
|
||||
if (result.status != 'success') {
|
||||
OC.Notification.show(t('admin', result.data.message));
|
||||
OC.Notification.showTemporary(t('admin', result.data.message));
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue