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

Commit 2f9a736

Browse files
committed
Merge pull request #204 from github/shana/fix-login-persistence
Fix login credential persistence
2 parents 972ebd5 + b69936f commit 2f9a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CredentialManagement/Credential.cs

Lines changed: 1 addition & 1 deletion
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)