Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Registration form is broken #9

Description

@websocketdev

When registering with a new user, get this error in Chrome (Version 68.0.3440.106 (Official Build) (64-bit)):
login:1 [DOM] Found 2 elements with non-unique id #email: (More info: https://goo.gl/9p2vKq) <input _ngcontent-c4 class=​"form-control ng-untouched ng-pristine ng-invalid" id=​"email" name=​"email" required type=​"text" ng-reflect-required ng-reflect-form=​"[object Object]​">​ <input _ngcontent-c5 class=​"form-control ng-untouched ng-pristine ng-invalid" id=​"email" name=​"email" required type=​"text" ng-reflect-required ng-reflect-form=​"[object Object]​">​
And user is automatically logged in, so if navigating back it shows logged in user info with assigned user ID.

On Firefox (61.0.2 (64-bit), nothing happens when hitting registration button, no registration confirmation, and when navigating back, new user is logged in. There's a warning in the console:
Use of Mutation Events is deprecated. Use MutationObserver instead.

As a whole, looks like the registration form is broken.

When registering an already existing user, form doesn't react either, but navigating back has no one logged in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions