mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 20:31:12 +00:00
Fix updateTotp
Type Information (#205)
This commit is contained in:
parent
a616cf017d
commit
6c7030cb13
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ export class LemmyHttp {
|
||||||
* `HTTP.POST /user/totp/update`
|
* `HTTP.POST /user/totp/update`
|
||||||
*/
|
*/
|
||||||
updateTotp(form: UpdateTotp) {
|
updateTotp(form: UpdateTotp) {
|
||||||
return this.#wrapper<object, UpdateTotpResponse>(
|
return this.#wrapper<UpdateTotp, UpdateTotpResponse>(
|
||||||
HttpType.Post,
|
HttpType.Post,
|
||||||
"/user/totp/update",
|
"/user/totp/update",
|
||||||
form,
|
form,
|
||||||
|
|
Loading…
Reference in a new issue