Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b69936f

Browse files
committed
Fix login credential persistence
Fixes #202
1 parent 972ebd5 commit b69936f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CredentialManagement/Credential.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public Credential(
5656
Password = password;
5757
Target = target;
5858
Type = CredentialType.Generic;
59-
PersistenceType = PersistenceType.Session;
59+
PersistenceType = PersistenceType.LocalComputer;
6060
_lastWriteTime = DateTime.MinValue;
6161
}
6262

0 commit comments

Comments
 (0)