mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup IdentityModel handling
This commit is contained in:
parent
bfffa750ca
commit
d495369688
5 changed files with 17 additions and 27 deletions
|
|
@ -6,12 +6,12 @@ export class IdentityModel extends AbstractModel {
|
|||
* @param {string} id
|
||||
* @param {string} email
|
||||
*/
|
||||
constructor(id, email) {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
addObservablesTo(this, {
|
||||
id: id || '',
|
||||
email: email,
|
||||
id: '',
|
||||
email: '',
|
||||
name: '',
|
||||
|
||||
replyTo: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue