mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:53:44 +08:00
fix: password should not be trimmed
This commit is contained in:
parent
801b79b728
commit
ffbc0cdff4
@ -109,7 +109,7 @@ export const BackupConfigViewer = memo(
|
||||
await saveWebdavConfig(
|
||||
data.url.trim(),
|
||||
data.username.trim(),
|
||||
data.password.trim(),
|
||||
data.password,
|
||||
).then(() => {
|
||||
Notice.success(t("WebDAV Config Saved"));
|
||||
onSaveSuccess();
|
||||
|
Loading…
x
Reference in New Issue
Block a user