1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

standardize date types

This commit is contained in:
Kyle Spearrin
2018-08-20 16:20:51 -04:00
parent d0c51bacfd
commit 9bd8b73e27
9 changed files with 22 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ export class LoginData {
uris: LoginUriData[];
username: string;
password: string;
passwordRevisionDate?: Date;
passwordRevisionDate: string;
totp: string;
constructor(data?: LoginApi) {