Skip to content
Snippets Groups Projects
Commit e729dea4 authored by vildemv's avatar vildemv
Browse files

Fixed bank account logic

parent 2756e348
No related branches found
No related tags found
1 merge request!57Milestone api
......@@ -36,8 +36,7 @@ const fetchUserInfo = async () =>{
const fetchAccountInfo = async () => {
const response = await getUserAccountInfo(token);
console.log('account info')
console.log(response)
accounts.value = [];
for(let i = 0; i < response.length; i++){
console.log(response[i].accountNumber)
accounts.value.push(response[i].accountNumber)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment