mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
7 lines
154 B
C#
7 lines
154 B
C#
namespace Bit.Core.Models.Mail.Provider;
|
|
|
|
public class ProviderUserConfirmedViewModel : BaseMailModel
|
|
{
|
|
public string ProviderName { get; set; }
|
|
}
|