mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 15:08:06 +00:00
Create User Login/Logout
Took 3 hours 40 minutes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export class LoginData {
|
||||
|
||||
constructor(
|
||||
public email: string = "",
|
||||
public password: string = ""
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user