From edb2c6248797fb55f4928e157aa8a07430aeb4d6 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 1 May 2021 04:36:27 +0500 Subject: [PATCH] password reset link vairable --- bml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bml.sh b/bml.sh index 1a7d2a6..11da79a 100755 --- a/bml.sh +++ b/bml.sh @@ -6,6 +6,7 @@ mkdir -p ~/.cache/bml-cli/ #Setting intial variables BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api' +BML_RESETPASS='https://www.bankofmaldives.com.mv/internetbanking/forgot_password' COOKIE=~/.cache/bml-cli/cookie CREDENTIALS=~/.config/bml-cli/.env