mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:23:08 +02:00
parent
a1b8cd15c4
commit
57543e6b44
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function regenerateToken() {
|
|||
type: 'password',
|
||||
}).then(({ canceled, result: password }) => {
|
||||
if (canceled) return;
|
||||
os.api('i/regenerate_token', {
|
||||
os.api('i/regenerate-token', {
|
||||
password: password,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue