fix: avoid invalid Nextcloud browser login flow
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-21 22:48:02 +02:00
parent 718d843df2
commit 4bb07122ac
4 changed files with 5 additions and 5 deletions

2
app.js
View File

@@ -62,7 +62,7 @@ function isMobileDevice() {
function getMobileUrl(service) {
if (service.id === 'drive') {
return 'https://drive.mischlabs.de/index.php/login/flow';
return 'nc://';
}
return service.mobileUrl;
}