From 7f71c7593406f2904c7fdc1352f2e2918ba10fef Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:56:59 +1100 Subject: [PATCH] d --- resources/views/auth/register.blade.php | 11 +++++++++-- resources/views/invite/index.blade.php | 6 ++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index cda4687..5a63e4f 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -9,6 +9,9 @@ @endsection @section('contentloggedout') +

SIGN UP HAS BEEN DISABLED TEMPORARILY>

+
+

Welcome to ARCHBLOX!

Have an account already? Click here to log in.


@@ -71,6 +74,10 @@

An Invite Key is required to sign up. You can obtain one from a person that has an ARCHBLOX Account.

Don't bother random people for keys, or beg for one.


- + + @endsection - @endsection \ No newline at end of file + @php + // signup button goes here for now + // + @endphp \ No newline at end of file diff --git a/resources/views/invite/index.blade.php b/resources/views/invite/index.blade.php index 7609623..a82a37e 100644 --- a/resources/views/invite/index.blade.php +++ b/resources/views/invite/index.blade.php @@ -5,6 +5,8 @@ @endsection @section('content') +

INVITES HAVE BEEN DISABLED UNTIL FURTHER NOTICE

+

Create a Key

@if ($data['canCreate'])

You may create @if ($data['fetchKeys']->isEmpty()) your first key below! @@ -16,9 +18,9 @@ @endif
@if ($data['canCreate']) -

+ @csrf - +

@endif