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
It's not possible to omit the date of birth in the profile view. A subsequent update will result in the following exception:
vendor.js:5 TypeError: Cannot read property 'getFullYear' of null
at f.e.updateUserDetails (app.js:15)
at fn (eval at compile (vendor.js:7), <anonymous>:4:171)
at r (vendor.js:8)
at f.$eval (vendor.js:6)
at f.$apply (vendor.js:6)
at HTMLButtonElement.<anonymous> (vendor.js:8)
at HTMLButtonElement.dispatch (vendor.js:2)
at HTMLButtonElement.g.handle (vendor.js:2)
The text was updated successfully, but these errors were encountered:
It's not possible to omit the date of birth in the profile view. A subsequent update will result in the following exception:
The text was updated successfully, but these errors were encountered: