Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Dec 7, 2024
1 parent 0e7f884 commit ce18e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/views/admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

<template>
<div>
<div class="url-display">
<strong>Current URL:</strong> {{ url }}
</div>
<template v-if="iframeLogedIn">
<iframe :src="url" ref="iframe1" width="100%" :style="frameStyle" title="Admin" />
</template>
Expand Down

0 comments on commit ce18e36

Please sign in to comment.