mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
24 lines
849 B
Vue
24 lines
849 B
Vue
<template>
|
|
<div>
|
|
<!-- Header -->
|
|
<div class="header bg-gradient-info py-7 py-lg-8 pt-lg-9">
|
|
<b-container>
|
|
<div class="header-body text-center mb-7">
|
|
<p class="h1">Danke für die Anmeldung</p>
|
|
<p class="h4">Bitte prüfe deine Mail und bestäige diese Anmeldung letztmalig. Dann kannst du dich in deiner Gradido Wallet einloggen. </p>
|
|
|
|
<b-button to="/login"> zum Login</b-button>
|
|
|
|
</div>
|
|
</b-container>
|
|
<div class="separator separator-bottom separator-skew zindex-100">
|
|
<svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon class="fill-default" points="2560 0 2560 100 0 100"></polygon>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
<!-- Page content -->
|
|
|
|
</div>
|
|
</template>
|