16 lines
655 B
Vue
16 lines
655 B
Vue
<template>
|
|
<article>
|
|
<h3 class="pb-3">Registration Successful</h3>
|
|
<p>
|
|
You have been successfully registered with Jobs, Jobs, Jobs. Check your e-mail for a confirmation link; it will
|
|
be valid for the next 72 hours (3 days). Once you confirm your account, you will be able to log on using the
|
|
e-mail address and password you provided.
|
|
</p>
|
|
<p>
|
|
If the account is not confirmed within the 72-hour window, it will be deleted, and you will need to register
|
|
again.
|
|
</p>
|
|
<p>If you encounter issues, feel free to reach out to @danieljsummers on No Agenda Social for assistance.</p>
|
|
</article>
|
|
</template>
|