Fix overflow in oidc login error
This commit is contained in:
@@ -5,7 +5,6 @@ import PublicPageLayout from '../components/PublicPageLayout.vue';
|
||||
|
||||
// coming from oidc_error.html server-side rendered
|
||||
const name = window.cloudron.name;
|
||||
const iconUrl = window.cloudron.iconUrl;
|
||||
const submitUrl = window.cloudron.submitUrl;
|
||||
const footer = window.cloudron.footer;
|
||||
|
||||
@@ -13,7 +12,7 @@ const footer = window.cloudron.footer;
|
||||
|
||||
<template>
|
||||
<PublicPageLayout :footerHtml="footer">
|
||||
<div style="max-width: 300px;">
|
||||
<div>
|
||||
<h2>You do not have access to {{ name }}</h2>
|
||||
<br/>
|
||||
<Button :href="submitUrl">Continue</Button>
|
||||
|
||||
Reference in New Issue
Block a user