Skip to content

Commit

Permalink
Merge pull request #64 from DSM-Repo/refactor
Browse files Browse the repository at this point in the history
fix: fixed
  • Loading branch information
six-standard authored Sep 9, 2024
2 parents de720ec + 735268a commit f3de239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/util-config/src/hooks/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const cookie = new Cookies();

const option = {
path: "/",
domain: isDevelopment ? "" : "https://dsm-repo.com"
domain: isDevelopment ? "" : ".dsm-repo.com"
};

export const useAuth = () => {
Expand Down

0 comments on commit f3de239

Please sign in to comment.