diff --git a/resources/views/auth/sudo.blade.php b/resources/views/auth/sudo.blade.php new file mode 100644 index 000000000..79f2917cb --- /dev/null +++ b/resources/views/auth/sudo.blade.php @@ -0,0 +1,49 @@ +@extends('layouts.blank') + +@section('content') +
+
+
+
+ +

Confirm password to continue

+
+
+
+
+ @csrf + +
+ +
+ + + @if ($errors->has('password')) + + {{ $errors->first('password') }} + + @endif +
+
+ + @if(config('pixelfed.recaptcha')) +
+ {!! Recaptcha::render() !!} +
+ @endif + +
+
+ + +
+
+
+
+
+
+
+
+@endsection