1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-27 16:34:10 +02:00
This commit is contained in:
syuilo
2025-08-26 14:22:53 +09:00
parent 05cc8047fa
commit d5475d1ff6
7 changed files with 16 additions and 15 deletions

View File

@@ -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,