1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 09:43:25 +00:00

Replace company.com with example.com (#502)

This commit is contained in:
Sandro Jäckel
2019-05-23 02:07:39 +02:00
committed by Kyle Spearrin
parent 5d4323bf62
commit 3feaaf8f01
5 changed files with 5 additions and 5 deletions

View File

@@ -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; }

View File

@@ -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>