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