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; }