Skip to content
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

sign-up form #1

Open
shinokada opened this issue Jan 26, 2023 · 1 comment
Open

sign-up form #1

shinokada opened this issue Jan 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@shinokada
Copy link

shinokada commented Jan 26, 2023

remember should be accept. I think it is copied from sign-in page.

<div class="flex items-start">
  <div class="flex items-center h-5">
    <input id="remember" aria-describedby="remember" name="remember" type="checkbox" class="w-4 h-4 border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:focus:ring-primary-600 dark:ring-offset-gray-800 dark:bg-gray-700 dark:border-gray-600" required>
  </div>
  <div class="ml-3 text-sm">
    <label for="remember" class="font-medium text-gray-900 dark:text-white">I accept the <a href="#" class="text-primary-700 hover:underline dark:text-primary-500">Terms and Conditions</a></label>
  </div>
</div>
@zoltanszogyenyi zoltanszogyenyi self-assigned this Jan 26, 2023
@zoltanszogyenyi zoltanszogyenyi added the bug Something isn't working label Jan 26, 2023
@zoltanszogyenyi
Copy link
Member

Hey @shinokada,

Thanks for the report - will get this fixed soon.

Cheers,
Zoltan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants