Skip to content

Commit

Permalink
adding logic to get tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Dec 20, 2024
1 parent df27222 commit 10d5f4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<div v-show="loading">
<SkeletonLoading />
</div>
<Prototype :auth="{
token: $keycloak.token,
uuid: this.$store.getters.currentProject.uuid,
}"/>
</div>
</template>

Expand All @@ -38,6 +42,7 @@ import getEnv from '../utils/env';
import { PROJECT_ROLE_CHATUSER } from '../components/users/permissionsObjects';
import FlowEditorInvitation from '../components/banners/FlowEditorInvitation.vue';
import BrainGreetings from '../components/BrainGreetings.vue';
import Prototype from '../components/Prototype.vue';
export default {
// eslint-disable-next-line vue/multi-word-component-names
Expand All @@ -48,6 +53,7 @@ export default {
ProjectHomeBlankChampionChatbot,
FlowEditorInvitation,
BrainGreetings,
Prototype,
},
data() {
Expand Down

0 comments on commit 10d5f4c

Please sign in to comment.