This commit is contained in:
こぴなたみぽ 2017-09-16 14:38:58 +09:00
parent 0b3cee9057
commit 76c0f67def

View file

@ -16,7 +16,7 @@ export interface IAuthContext {
user: IUser;
/**
* Weather requested with a User-Native Token
* Whether requested with a User-Native Token
*/
isSecure: boolean;
}