mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Show email warning on apps when settings are not complete (#794)
* Show email warning on apps when settings are not complete closes #693 * refactor email warning logic
This commit is contained in:
committed by
Nicolas Dorier
parent
6df83ad148
commit
fcb1de8a86
@@ -79,5 +79,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
Value = ""
|
||||
}
|
||||
}, nameof(SelectListItem.Value), nameof(SelectListItem.Text), RedirectAutomatically);
|
||||
|
||||
public bool NotificationEmailWarning { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user