Added pass reset on android

This commit is contained in:
Shihaam Abdul Rahman 2021-05-01 04:43:21 +05:00
parent f6ff6cab57
commit 88acfe3f9b

View File

@ -17,12 +17,15 @@ elif [ "$LOGIN" = "20" ]
echo ""
if [ "$MAC" = "true" ]
then
open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
open $BML_RESETPASS
elif [ "$WSL" = "true" ]
then
cmd.exe /C START https://www.bankofmaldives.com.mv/internetbanking/forgot_password
cmd.exe /C START $BML_RESETPASS
elif [ "$ANDROID" = "true" ]
then
am start -a android.intent.action.VIEW -d $BML_RESETPASS
else
xdg-open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
xdg-open $BML_RESETPASS
fi
source readpass.sh
elif [ "$LOGIN" = "2" ]
@ -33,4 +36,3 @@ else
exit
fi