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
since login is only working with cookies right now, I want to implement some file drop for my users to update their cookies if needed.
I don't know how to realize this yet, however it will be necessary that users will get notified.
For this would suggest sending a mail either to users Epic mail address or to add some new config attribute to specify a notification mail address per account when login fails.
This way, users would know it's time to update their cookie again.
I don't know how mailing is handle right now and don't use TypeScript regularly, but with some help I might be able to suppose a merge request myself.
The text was updated successfully, but these errors were encountered:
I just saw #101 this might be an incremental addition but account.email is available within that function already.
Might be worth considering a boolean for deciding whether sending to account.email or this.emailConfig.emailRecipientAddress.
Hi guys,
since login is only working with cookies right now, I want to implement some file drop for my users to update their cookies if needed.
I don't know how to realize this yet, however it will be necessary that users will get notified.
For this would suggest sending a mail either to users Epic mail address or to add some new config attribute to specify a notification mail address per account when login fails.
This way, users would know it's time to update their cookie again.
I don't know how mailing is handle right now and don't use TypeScript regularly, but with some help I might be able to suppose a merge request myself.
The text was updated successfully, but these errors were encountered: