This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
</v-footer>
|
||||
</div>
|
||||
<div v-else>
|
||||
<LICR :lcr="lcr" @accepted="lcr = false"></LICR>
|
||||
<LICR :lcr="lcr" :pp="pp" @accepted="lcr = false"></LICR>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -216,6 +216,7 @@ export default {
|
||||
pin: null,
|
||||
tt: null,
|
||||
lcr: false,
|
||||
pp: false,
|
||||
pinError: null,
|
||||
loggedInWithKnownPassword: false,
|
||||
hasSmallLogo: false,
|
||||
@@ -391,6 +392,7 @@ export default {
|
||||
vm.hasMediumLogo = res.data.ml;
|
||||
vm.hasLargeLogo = res.data.ll;
|
||||
vm.lcr = res.data.lcr; //license consent required flag
|
||||
vm.pp = res.data.pp; //Perpetual build if true
|
||||
}
|
||||
|
||||
//Live eval from website redirects here with generated creds set
|
||||
|
||||
Reference in New Issue
Block a user