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
if (customer.getEmail() == null || customer.getEmail().equals("") || !customer.getEmail().equals(userInfo.getEmail())) {
I found out that i have an existing account that has the same email as my current account, which threw the following exception upon login: ch.wisv.events.core.exception.LogLevelEnum - Email address is already used!
The text was updated successfully, but these errors were encountered:
My order overview did not load since the change of email is implemented (#412).
For some reason, events does not show correct results when your events and TU Delft email do not match your connect email.
events/src/main/java/ch/wisv/events/core/service/auth/AuthenticationServiceImpl.java
Line 120 in 4d8799b
I found out that i have an existing account that has the same email as my current account, which threw the following exception upon login:
ch.wisv.events.core.exception.LogLevelEnum - Email address is already used!
The text was updated successfully, but these errors were encountered: