apply difference between mailbox and account
This commit is contained in:
7
front/src/store/models/Account.js
Normal file
7
front/src/store/models/Account.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class Account {
|
||||
constructor(_id, _mail) {
|
||||
this.id = _id;
|
||||
this.email = _mail;
|
||||
this.fetched = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user