mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
standardize date types
This commit is contained in:
@@ -4,7 +4,7 @@ export class LoginApi {
|
||||
uris: LoginUriApi[];
|
||||
username: string;
|
||||
password: string;
|
||||
passwordRevisionDate?: Date;
|
||||
passwordRevisionDate: string;
|
||||
totp: string;
|
||||
|
||||
constructor(data: any) {
|
||||
|
||||
Reference in New Issue
Block a user