Notify when loggin in with saved pass

This commit is contained in:
Shihaam Abdul Rahman 2021-04-30 12:55:36 +05:00
parent d13c7dd70c
commit 13b8f73dd0

View File

@ -1,6 +1,7 @@
if [ -f $CREDENTIALS ]
then
source $CREDENTIALS
echo "Attempting to login with saved credentials"
if [ "$LOGIN" = "2" ]
then
echo "${red}Login Required${reset}"