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