-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/added membership #336
base: main
Are you sure you want to change the base?
Conversation
…ent on client-side
…tile-response header for signup
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
*/ | ||
|
||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
function checkValidStringDates( |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
} | ||
} | ||
|
||
function checkValidDates(ctx: z.RefinementCtx, validFrom: Date | undefined | null, validTo: Date | undefined | null) { |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
} | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
function checkForMissingRule(ctx: z.RefinementCtx, ruleId: string | undefined | null, rule: any) { |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
import { order_by } from '$houdini'; | ||
import { searchRuleSchema } from '$lib/schema/rule'; | ||
import { Logger } from '@spectacular/utils'; | ||
import { error, fail } from '@sveltejs/kit'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -0,0 +1,13 @@ | |||
import { env as secrets } from '$env/dynamic/private'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
import { enableBotProtection, showMagicLinkLogin, showSocialLogin } from '$lib/flags'; | ||
import { Logger } from '@spectacular/utils'; | ||
|
||
const log = new Logger('server:auth:signin'); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
margin:'16px 0', | ||
color:'#0052cd', | ||
fontWeight:'600', | ||
} |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
Linked Issue
Closes #{issueNumber}
Description
{description}
Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages/ui
, runpnpm run changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,fix:
orchore:
.Checklist
Please read and apply all contribution requirements.
main
branchdocs/
,feat/
,chore/
,fix/
turbo lint
turbo format
turbo test
Commit message format
This project requires at least one commit per PR to follow the below format.
Commit type: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]
fix(module): short description of change
feat(module): short description of change
feat(module): short description of change
BREAKING CHANGE: Long description of what is breaking
ci(module): short description of change