{{ auth.user?.name }}
+{{ auth.user?.email }}
+Change name
++ {{ nameErrors.name }} +
+Change email
++ {{ emailErrors.oldPassword }} +
+Change password
++ {{ passErrors.oldPassword }} +
++
+diff --git a/.eslintrc.js b/.eslintrc.cjs similarity index 100% rename from .eslintrc.js rename to .eslintrc.cjs diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb13dfc4..db1cd5bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 00000000..a547bf36 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/client/index.html b/client/index.html new file mode 100644 index 00000000..87f92eb3 --- /dev/null +++ b/client/index.html @@ -0,0 +1,13 @@ + + +
+ + + +Activating your account…
+ + +Verifying your new email…
+ + +Choose a new password for your account
+ ++ {{ errors.newPassword }} +
+Sign in to your account
+ ++ {{ auth.error.errors.email }} +
++ {{ auth.error.errors.password }} +
+
+ No account?
+
Redirecting…
+{{ auth.user?.email }}
++ {{ nameErrors.name }} +
++ {{ emailErrors.oldPassword }} +
++ {{ passErrors.oldPassword }} +
++
+Fill in your details to get started
+ +{{ errors.name }}
+{{ errors.email }}
++ {{ errors.password }} +
+
+ Already have an account?
+
Enter your email and we'll send a reset link
+ +
+