Skip to content
Snippets Groups Projects
Commit 3b481310 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Do not load shared secred wrapper slot content before initial query check is finished

parent ca035885
Branches 2-implement-shared-secret-mechanism
No related tags found
1 merge request!2Frontend
<template>
<div>
<slot v-if="sharedSecretStatus" />
<slot v-if="sharedSecretStatus && !initial" />
<div class="d-flex justify-center align-center flex-column text-center" v-else-if="$apollo.queries.sharedSecretStatus.loading">
<h1 class="text-h5">{{ $t("maka.shared_secret.checking") }}</h1>
<v-progress-circular
......
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