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 changesetin the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminorwhile chores and bugfixes should bepatch. Please prefix the changeset message withfeat:,fix:orchore:.Checklist
Please read and apply all contribution requirements.
mainbranchdocs/,feat/,chore/,fix/turbo lintturbo formatturbo testCommit 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 changefeat(module): short description of changefeat(module): short description of changeBREAKING CHANGE: Long description of what is breakingci(module): short description of change