fix: change type to string instead of literal newPassword (#1309)

This commit is contained in:
Sharlon Balbalosa 2023-03-13 15:00:21 +08:00 committed by GitHub
parent 73b661a6a5
commit 9433e5ca06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
export type OptionsUserAuth = { change: 'newPassword' };
export type OptionsUserAuth = { change: string };