1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 00:54:18 +02:00
This commit is contained in:
syuilo
2025-08-25 17:12:11 +09:00
parent 692284886b
commit 1c966db324
3 changed files with 11 additions and 24 deletions

View File

@@ -44,11 +44,13 @@ const name = computed(() => {
});
function cancel() {
misskeyApi('auth/deny', {
token: props.session.token,
}).then(() => {
emit('denied');
});
//misskeyApi('auth/deny', {
// token: props.session.token,
//}).then(() => {
// emit('denied');
//});
emit('denied');
}
function accept() {