* Adds "password reset" during OAuth flows * Adds "Sign up" during OAuth flows * Adds support for multiple languages in the OAuth flow * Adds "fr" translation for the OAuth flow Co-authored-by: devin ivy <devinivy@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol>
52 lines
972 B
JSON
52 lines
972 B
JSON
{
|
|
"cSpell.language": "en,en-US",
|
|
"cSpell.userWords": [
|
|
"algs",
|
|
"appview",
|
|
"atproto",
|
|
"blockstore",
|
|
"bluesky",
|
|
"bsky",
|
|
"bsync",
|
|
"clsx",
|
|
"consolas",
|
|
"dpop",
|
|
"googleusercontent",
|
|
"hcaptcha",
|
|
"hexeditor",
|
|
"ingester",
|
|
"insertable",
|
|
"jwks",
|
|
"keypair",
|
|
"kysely",
|
|
"merkle",
|
|
"msid",
|
|
"multibase",
|
|
"multiformats",
|
|
"nameserver",
|
|
"oidc",
|
|
"pkce",
|
|
"ponyfill",
|
|
"proxied",
|
|
"ssrf",
|
|
"undici",
|
|
"webcrypto",
|
|
"whatwg",
|
|
"xrpc"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.sortImports": "never"
|
|
},
|
|
"files.associations": {
|
|
"**/tsconfig/*.json": "jsonc"
|
|
},
|
|
"files.defaultLanguage": "ts",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"prettier.semi": false,
|
|
"prettier.singleQuote": true,
|
|
"prettier.trailingComma": "es5",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|