Better comment

This commit is contained in:
syuilo 2017-01-06 15:30:16 +09:00
parent 12ae14901c
commit 901ec06f3f

View file

@ -16,7 +16,7 @@ export interface IAuthContext {
user: any;
/**
* Weather if the request is via the (Misskey Web Client or user direct) or not
* Weather if the request is via the User-Native Token or not
*/
isSecure: boolean;
}