diff options
author | Vitaly Takmazov | 2019-11-14 14:32:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 6ecde9590b68189ca96fd0f2afccbd60d44f5950 (patch) | |
tree | fc7c60f76858599536fd8e0a5b4d2bb7e1fcb43b /vnext/src/ui/Login.js | |
parent | 546a94714b993e5fea838ef7326ed962f7cbb3ef (diff) |
Fix some jsdoc definitions
Diffstat (limited to 'vnext/src/ui/Login.js')
-rw-r--r-- | vnext/src/ui/Login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Login.js b/vnext/src/ui/Login.js index 0c6f5d0c..641ceb67 100644 --- a/vnext/src/ui/Login.js +++ b/vnext/src/ui/Login.js @@ -13,7 +13,7 @@ import './Login.css'; /** * @typedef {Object} LoginProps * @property {import('../api').SecureUser} visitor - * @property {any} onAuth + * @property {function} onAuth */ /** |