Initial ...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace xIds.Constants
|
||||
{
|
||||
public struct IdentityMessagesKeys
|
||||
{
|
||||
public const string Terms = "terms";
|
||||
public const string InviteMsg = "user_invite_msg";
|
||||
public const string RegistrationApproveMsg = "registration_approve_msg";
|
||||
public const string RegisteredMsg = "registered_msg";
|
||||
public const string VerificationCodeMsg = "verification_code_msg";
|
||||
public const string ChangePasswordMsg = "change_password_msg";
|
||||
public const string PasswordChangedMsg = "password_changed_msg";
|
||||
public const string NewDeviceLoggedInMsg = "new_device_logged_in_msg";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user