add login with oskeychain

This commit is contained in:
Christoph Brandau
2026-06-29 19:13:41 +02:00
parent 8d56c3f39f
commit 4aa9a537f0
11 changed files with 1234 additions and 40 deletions
+6
View File
@@ -117,3 +117,9 @@ export interface ConflictFile {
ours_size: number | null;
theirs_size: number | null;
}
export interface StoredCredential {
username: string;
password: string;
expiresAt?: string | null;
}