Change property visibility.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||
|
||||
export class Login {
|
||||
email: string;
|
||||
password: string;
|
||||
public email: string;
|
||||
public password: string;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
|
||||
export class Token {
|
||||
access_token: string;
|
||||
refresh_token: string;
|
||||
public access_token: string;
|
||||
public refresh_token: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user