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
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
This commit is contained in:
2
app.js
2
app.js
@@ -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;
|
||||
}
|
||||
|
||||
@@ -117,6 +117,6 @@
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<script src="/app.js?v=28" defer></script>
|
||||
<script src="/app.js?v=29" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "Cloud-Speicher",
|
||||
"domain": "drive.mischlabs.de",
|
||||
"url": "https://drive.mischlabs.de",
|
||||
"mobileUrl": "https://drive.mischlabs.de/index.php/login/flow",
|
||||
"mobileUrl": "nc://",
|
||||
"category": "media",
|
||||
"accent": "#60a5fa",
|
||||
"icon": "folder",
|
||||
|
||||
Reference in New Issue
Block a user