extend TOTP to basic auth & OIDC. Fix share btn galleryview.

This commit is contained in:
Ryan
2025-04-05 22:22:47 -04:00
committed by GitHub
parent 899b04e49a
commit 5100e8bf3b
12 changed files with 466 additions and 230 deletions

View File

@@ -253,4 +253,5 @@ export function displayFilePreview(file, container) {
}
}
window.previewFile = previewFile;
window.previewFile = previewFile;
window.openShareModal = openShareModal;