parent
a1b8cd15c4
commit
57543e6b44
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function regenerateToken() {
|
||||||
type: 'password',
|
type: 'password',
|
||||||
}).then(({ canceled, result: password }) => {
|
}).then(({ canceled, result: password }) => {
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
os.api('i/regenerate_token', {
|
os.api('i/regenerate-token', {
|
||||||
password: password,
|
password: password,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue