login fix

This commit is contained in:
Janis M
2022-03-30 11:02:31 +02:00
parent 1de769f3e1
commit 84db67dccd
7 changed files with 74 additions and 58 deletions

View File

@@ -6,8 +6,9 @@
</head>
<body>
<%- include('partials/header'); %>
<h1>Ihre Bestellung</h1>
<p id="error-text"><%- error %></p>
<br>
<h1 class="text-center">Ihre Bestellung</h1>
<p style="width:100%; display:block;"class="error-text text-center"><%- error %></p>
<div id="order-info">
<p><b>Produktname:</b> <%= product.name %></p>