diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-06 15:30:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-06 15:30:16 +0900 |
| commit | 901ec06f3faf40a348f77cab23e94fd7cb5ff3ed (patch) | |
| tree | bbff5222855e47b37759592d5609392bca6ea1e8 /src/api/authenticate.ts | |
| parent | Update changelog (diff) | |
| download | sharkey-901ec06f3faf40a348f77cab23e94fd7cb5ff3ed.tar.gz sharkey-901ec06f3faf40a348f77cab23e94fd7cb5ff3ed.tar.bz2 sharkey-901ec06f3faf40a348f77cab23e94fd7cb5ff3ed.zip | |
Better comment
Diffstat (limited to 'src/api/authenticate.ts')
| -rw-r--r-- | src/api/authenticate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/authenticate.ts b/src/api/authenticate.ts index 50a55e51b7..8d3ed9c328 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; } |