mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Replace company.com with example.com (#502)
This commit is contained in:

committed by
Kyle Spearrin

parent
5d4323bf62
commit
3feaaf8f01
@ -9,7 +9,7 @@ namespace Bit.Core.Models.Api.Public
|
||||
/// <summary>
|
||||
/// The member's email address.
|
||||
/// </summary>
|
||||
/// <example>jsmith@company.com</example>
|
||||
/// <example>jsmith@example.com</example>
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
public string Email { get; set; }
|
||||
|
@ -64,7 +64,7 @@ namespace Bit.Core.Models.Api.Public
|
||||
/// <summary>
|
||||
/// The member's email address.
|
||||
/// </summary>
|
||||
/// <example>jsmith@company.com</example>
|
||||
/// <example>jsmith@example.com</example>
|
||||
[Required]
|
||||
public string Email { get; set; }
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user