Attempt to improve public view layout
This commit is contained in:
@@ -4,16 +4,16 @@ import { Button } from '@cloudron/pankow';
|
||||
import PublicPageLayout from '../components/PublicPageLayout.vue';
|
||||
|
||||
// coming from oidc_error.html server-side rendered
|
||||
const name = window.cloudron.name;
|
||||
const cloudronName = window.cloudron.name;
|
||||
const submitUrl = window.cloudron.submitUrl;
|
||||
const footer = window.cloudron.footer;
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PublicPageLayout :footerHtml="footer">
|
||||
<PublicPageLayout :footer-html="footer" :cloudron-name="cloudronName">
|
||||
<div>
|
||||
<h2>You do not have access to {{ name }}</h2>
|
||||
<h2>You do not have access</h2>
|
||||
<br/>
|
||||
<Button :href="submitUrl">Continue</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user