remove potential password in logs

This commit is contained in:
Philipp Crocoll
2024-01-02 12:40:39 +01:00
parent ad6ced3aad
commit 98e31942e1

View File

@@ -129,7 +129,7 @@ namespace OtpKeyProv
if(!OtpInfo.Save(auxFileIoc, otpInfo)) if(!OtpInfo.Save(auxFileIoc, otpInfo))
{ {
MessageService.ShowWarning("Failed to save auxiliary OTP info file:", MessageService.ShowWarning("Failed to save auxiliary OTP info file:",
auxFileIoc.GetDisplayName()); UrlUtil.GetFileName(auxFileIoc.Path));
return false; return false;
} }