Skip to content

Commit

Permalink
Add shadow login details to sync user info if missing from store
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 6, 2024
1 parent dec22ff commit feaa04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/views/EditPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
class="navbar navbar-expand sticky-top navbar-dark py-0 editor-navbar"
:style="{ backgroundColor: navbarColor }"
>
<div v-show="false" class="navbar-nav"><LoginDetails /></div>
<div v-show="false" class="navbar-nav"><LoginDetails /></div>
<span class="navbar-brand clickable" @click="scrollToID($event, 'topScrollPoint')"
>{{ itemTypeEntry?.navbarName || "loading..." }}&nbsp;&nbsp;|&nbsp;&nbsp;
<FormattedItemName :item_id="item_id" :item-type="itemType" />
Expand Down Expand Up @@ -103,6 +105,7 @@ import {
updateBlockFromServer,
getBlocksInfos,
} from "@/server_fetch_utils";
import LoginDetails from "@/components/LoginDetails";
import FormattedItemName from "@/components/FormattedItemName";
import setupUppy from "@/file_upload.js";
Expand All @@ -121,6 +124,7 @@ export default {
TinyMceInline,
SelectableFileTree,
FileList,
LoginDetails,
FileSelectModal,
FormattedItemName,
StyledBlockHelp,
Expand Down

0 comments on commit feaa04d

Please sign in to comment.