Skip to content

Fix /register issue with ALLOWED_DOMAIN_URL env variable #1941

Fix /register issue with ALLOWED_DOMAIN_URL env variable

Fix /register issue with ALLOWED_DOMAIN_URL env variable #1941

Workflow file for this run

name: "Check spelling"
on:
pull_request:
types: [synchronize, opened]
jobs:
spellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@934c74da3775ac844ec89503f666f67efb427fed # v6.8.1
with:
config: .cspell.json
files: "**/*.{jsx,tsx,js,ts,md,mdx}"