💄 Open webpage connection auth as popup

This commit is contained in:
2025-08-03 13:12:46 +08:00
parent 192ea0fcdd
commit 14c6913af7

View File

@@ -57,7 +57,7 @@ const connectionsAddable = computed(() =>
) )
function connectionAdd(provider: string) { function connectionAdd(provider: string) {
window.open(`/api/auth/login/${provider}`, '_blank') window.open(`/api/auth/login/${provider}`,"","width=400,height=600");
} }
async function fetchConnections() { async function fetchConnections() {