mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
- implement disable_email_auth env var
- add sync crowdin translations github action
This commit is contained in:
5
apps/client/src/constants/helmet.ts
Normal file
5
apps/client/src/constants/helmet.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { HelmetData } from "react-helmet-async";
|
||||
|
||||
export const helmetData = new HelmetData({});
|
||||
|
||||
export const helmetContext = helmetData.context;
|
||||
@ -1,6 +1,9 @@
|
||||
import { QueryKey } from "@tanstack/react-query";
|
||||
|
||||
export const USER_KEY: QueryKey = ["user"];
|
||||
export const AUTH_PROVIDERS_KEY: QueryKey = ["auth", "providers"];
|
||||
|
||||
export const LANGUAGES_KEY: QueryKey = ["translation", "languages"];
|
||||
|
||||
export const RESUME_KEY: QueryKey = ["resume"];
|
||||
export const RESUMES_KEY: QueryKey = ["resumes"];
|
||||
|
||||
Reference in New Issue
Block a user