feat : Implement last las login feature
feat : add transaction password column and write logic for transaction password.
This commit is contained in:
@@ -5,7 +5,8 @@ async function transfer(
|
||||
toAccountNo,
|
||||
toAccountType,
|
||||
amount,
|
||||
narration = 'tranfer from mobile'
|
||||
// narration = 'transfer from mobile'
|
||||
narration
|
||||
) {
|
||||
try {
|
||||
const response = await axios.post(
|
||||
|
Reference in New Issue
Block a user