toggle generated user/pass

This commit is contained in:
FTCHD
2025-02-01 21:51:13 +02:00
parent abcea2af9b
commit b738a7c25d
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -6,6 +6,8 @@ import { useStore } from '../store'
const SUPPORRTED_BACKENDS = ['sftp', 's3', 'b2', 'drive']
function getAuthHeader() {
return
if (platform() === 'macos') {
return
}