Skip to content

Commit 5c24f1c

Browse files
l2yshoDaveHanns
andauthored
Update src/lib/credentials.ts
Co-authored-by: David Hanuš <dh.david.hanus@gmail.com>
1 parent faf9a41 commit 5c24f1c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/lib/credentials.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ export async function getBackend(): Promise<CredentialsBackend> {
6868

6969
const marker = readAuthFile().secretsBackend;
7070
if (marker === 'file') return 'file';
71-
if (marker === 'keyring') {
72-
const mod = await loadKeyringModule();
73-
return mod ? 'keyring' : 'file';
74-
}
75-
7671
const mod = await loadKeyringModule();
7772
return mod ? 'keyring' : 'file';
7873
})();

0 commit comments

Comments
 (0)