mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Split jslib into multiple modules (#363)
* Split jslib into multiple modules
This commit is contained in:
7
common/src/models/request/passwordHintRequest.ts
Normal file
7
common/src/models/request/passwordHintRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class PasswordHintRequest {
|
||||
email: string;
|
||||
|
||||
constructor(email: string) {
|
||||
this.email = email;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user