Merge branch 'WORK-APE' of codefirst.iut.uca.fr:HeartDev/Web into issue_16_statistics_coach
continuous-integration/drone/push Build is passing Details

issue_020_Auth_Stub
Antoine PEREDERII 1 year ago
commit 01fcd70127

1
.gitignore vendored

@ -9,6 +9,7 @@ dist
.env
.DS_Store
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache

File diff suppressed because it is too large Load Diff

@ -0,0 +1,5 @@
#!/bin/sh
vdn-ssh root@web '
'

@ -105,7 +105,7 @@ function displaySettingsMenu()
// Modifier le profil du athlète et coach
echo "2. Personnaliser le profil public\n";
echo "3. Configurer les alertes\n";
echo "4. Supprimer mon compte"
echo "4. Supprimer mon compte";
echo "0. Retour au menu principal\n";
echo "Choisissez une option: ";
}

Loading…
Cancel
Save