add login with oskeychain
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user