Skip to content

Commit

Permalink
types: useKindeBroswerClient
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Nov 12, 2023
1 parent ffa2a87 commit 76d2972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/KindeBrowserClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {flagDataTypeMap} from './AuthProvider.jsx';

/**
*
* @returns {import('./AuthProvider').State}
* @returns {import('../../types.js').KindeState}
*/
export const useKindeBrowserClient = () => {
const [state, setState] = useState({
Expand Down

0 comments on commit 76d2972

Please sign in to comment.