8 lines
226 B
C#
Raw Normal View History

2024-07-12 17:27:01 -05:00
namespace API.Errors
{
public static class Strings
{
public const string UserExists = "User with that phone number or first and last name already exists.\nIf you would like to change your phone number please login.";
}
}