Skip to content

Commit

Permalink
rework env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Paterick committed Sep 12, 2023
1 parent 742e739 commit afd58aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/GoToSpringboardModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const props = defineProps({
const emit = defineEmits(['login'])
function handleSpringboardLogin() {
console.log(`♨️♨️♨️handleSpringboardLogin this.environment: ${props.environment}`)
emit('login')
const tabName = `${props.appName}-springboard`
window.open(`${springBoardUrl(props.environment)}/home?kyc=true`, tabName).focus()
Expand Down

0 comments on commit afd58aa

Please sign in to comment.