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
Describe the bug
Clicking on the Accounts tab in the Settings does not work on the first try in v2.38.1
Details
Browser console error:
Uncaught ReferenceError: Unable to process binding "template: () => ({ name: RoutedSettingsViewModel.template })"
Message: Unable to process binding "foreach: ()=>(identities)"
Message: Unable to process binding "visible: ()=>(0 === $index())"
Message: $index is not defined
Describe the bug
Clicking on the
Accounts
tab in theSettings
does not work on the first try inv2.38.1
Details
Browser console error:
This is most like a regression from c14bbab
Possible fix is to replace this:
snappymail/snappymail/v/0.0.0/app/templates/Views/User/SettingsAccounts.html
Line 62 in ececfae
with something like this:
only secondary identities have
id
sThe text was updated successfully, but these errors were encountered: