Fix reset password component

This commit is contained in:
Chocobozzz
2019-01-11 13:58:29 +01:00
parent 54bae359a1
commit df4d3892c3
8 changed files with 94 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
export interface ILogin {
user: {
id: number,
},
token: string,
}