@fctc/interface-logic 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hooks.js +2 -2
- package/dist/hooks.mjs +2 -2
- package/package.json +1 -1
package/dist/hooks.js
CHANGED
|
@@ -4795,7 +4795,7 @@ var useIsValidToken = () => {
|
|
|
4795
4795
|
};
|
|
4796
4796
|
var use_isvalid_token_default = useIsValidToken;
|
|
4797
4797
|
|
|
4798
|
-
// src/hooks/auth/use-login-credential.
|
|
4798
|
+
// src/hooks/auth/use-login-credential.tsx
|
|
4799
4799
|
var import_react_query7 = require("@tanstack/react-query");
|
|
4800
4800
|
|
|
4801
4801
|
// src/services/auth-service/backup.ts
|
|
@@ -5052,7 +5052,7 @@ function useAuthService() {
|
|
|
5052
5052
|
};
|
|
5053
5053
|
}
|
|
5054
5054
|
|
|
5055
|
-
// src/hooks/auth/use-login-credential.
|
|
5055
|
+
// src/hooks/auth/use-login-credential.tsx
|
|
5056
5056
|
var useLoginCredential = () => {
|
|
5057
5057
|
const { login } = useAuthService();
|
|
5058
5058
|
return (0, import_react_query7.useMutation)({
|
package/dist/hooks.mjs
CHANGED
|
@@ -4691,7 +4691,7 @@ var useIsValidToken = () => {
|
|
|
4691
4691
|
};
|
|
4692
4692
|
var use_isvalid_token_default = useIsValidToken;
|
|
4693
4693
|
|
|
4694
|
-
// src/hooks/auth/use-login-credential.
|
|
4694
|
+
// src/hooks/auth/use-login-credential.tsx
|
|
4695
4695
|
import { useMutation as useMutation5 } from "@tanstack/react-query";
|
|
4696
4696
|
|
|
4697
4697
|
// src/services/auth-service/backup.ts
|
|
@@ -4948,7 +4948,7 @@ function useAuthService() {
|
|
|
4948
4948
|
};
|
|
4949
4949
|
}
|
|
4950
4950
|
|
|
4951
|
-
// src/hooks/auth/use-login-credential.
|
|
4951
|
+
// src/hooks/auth/use-login-credential.tsx
|
|
4952
4952
|
var useLoginCredential = () => {
|
|
4953
4953
|
const { login } = useAuthService();
|
|
4954
4954
|
return useMutation5({
|