mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 16:34:10 +02:00
refactor
This commit is contained in:
@@ -34,6 +34,7 @@ const props = defineProps<{
|
||||
const password = ref('');
|
||||
|
||||
async function save() {
|
||||
if (props.token == null) return;
|
||||
await os.apiWithDialog('reset-password', {
|
||||
token: props.token,
|
||||
password: password.value,
|
||||
|
||||
Reference in New Issue
Block a user