btcpayserver / btcTransmuter

A self-hosted ,modular IFTTT-inspired system for bitcoin services written in C#
https://btcpayserver.org
79 stars 23 forks source link

Prevent model invalidation after sent email #66

Closed gtonic closed 4 years ago

gtonic commented 4 years ago

Removed the confirmation message as it invalidates the model, preventing it from being saved. Shouldn't be an error msg, right?

britttttk commented 4 years ago

I like the message but I don't know how to remove the test email and keep the error :/ @gtonic so I guess remove the error is ok to me.

Kukks commented 4 years ago

fixes #70