You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
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.
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.