mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-04 20:59:31 +08:00
Ref #81 - this implements a "your request has been sent" message  Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/231
12 lines
349 B
Vue
12 lines
349 B
Vue
<template>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4>{{ $t('registration.awaiting_email_confirmation_title') }}</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<p>{{ $t('registration.awaiting_email_confirmation') }}</p>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script src="./awaiting_email_confirmation.js"></script>
|