mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 20:14:12 +02:00
refactor
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user