We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd24d commit faa93eeCopy full SHA for faa93ee
src/apis/admin/index.ts
@@ -17,6 +17,7 @@ interface Token {
17
refresh_token: string;
18
}
19
20
+
21
export const useLogin = () => {
22
const BASEURL = process.env.VITE_SERVER_BASE_URL
23
0 commit comments