From 043c05920131a32d373c275a30a5c10e2282ba69 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 6 Jan 2017 15:30:16 +0900 Subject: [PATCH] Better comment --- src/api/authenticate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/authenticate.ts b/src/api/authenticate.ts index 50a55e51b..8d3ed9c32 100644 --- a/src/api/authenticate.ts +++ b/src/api/authenticate.ts @@ -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; }