This commit is contained in:
Hamza-Ayed
2023-10-10 13:38:52 +03:00
parent 7e33acb28a
commit bf9fce363d
6 changed files with 78 additions and 61 deletions

View File

@@ -78,4 +78,5 @@ class AppLink {
static const String signUpCaptin = "$authCaptin/register.php";
static const String sendVerifyEmailCaptin = "$authCaptin/sendVerifyEmail.php";
static const String verifyEmailCaptin = "$authCaptin/verifyEmail.php";
static const String removeUser = "$authCaptin/removeAccount.php";
}