Add Login class.
This commit is contained in:
parent
beac7c6eaa
commit
cdbaf58253
6
src/login/login.ts
Normal file
6
src/login/login.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||||
|
|
||||||
|
export class Login {
|
||||||
|
email: string;
|
||||||
|
password: string;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user