upd: remove additional check and comment

This commit is contained in:
Marie 2024-09-11 22:05:00 +02:00
parent 74e720c294
commit c3e2ca9314
No known key found for this signature in database
GPG Key ID: 7ADF6C9CD9A28555
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ const emit = defineEmits<{
}>();
async function startCheck() {
// Fail safe as it seems Misskey's frontend tends to not update the $i properly so on first reload the dialog may pop up again if reloaded too fast.
if ($i && !$i.idCheckRequired) dialog.value?.close();
await misskeyApi('stripe/create-verify-session').then(res => {
url.value = res.url;
page.value = page.value + 1;