mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
clean up
This commit is contained in:
@ -30,8 +30,6 @@ const props = defineProps<{
|
||||
raw?: boolean;
|
||||
}>();
|
||||
|
||||
console.log(MediaList.toString)
|
||||
|
||||
const gallery = ref(null);
|
||||
const pswpZIndex = os.claimZIndex('middle');
|
||||
|
||||
|
@ -56,8 +56,6 @@ async function renderChart() {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(data);
|
||||
|
||||
fetching = false;
|
||||
|
||||
await nextTick();
|
||||
|
@ -154,7 +154,6 @@ function queryKey() {
|
||||
|
||||
function onSubmit() {
|
||||
signing = true;
|
||||
console.log('submit');
|
||||
if (!totpLogin && user && user.twoFactorEnabled) {
|
||||
if (window.PublicKeyCredential && user.securityKeys) {
|
||||
os.api('signin', {
|
||||
|
Reference in New Issue
Block a user