mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
pre added
This commit is contained in:
@@ -19,14 +19,14 @@
|
|||||||
<x-jet-label for="email" value="{{ __('Email') }}"/>
|
<x-jet-label for="email" value="{{ __('Email') }}"/>
|
||||||
<x-jet-input id="email" class="block mt-1 w-full" type="email" name="email" :value="old('email')"
|
<x-jet-input id="email" class="block mt-1 w-full" type="email" name="email" :value="old('email')"
|
||||||
required autofocus/>
|
required autofocus/>
|
||||||
admin@einundzwanzig.space
|
<pre>admin@einundzwanzig.space</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<x-jet-label for="password" value="{{ __('Password') }}"/>
|
<x-jet-label for="password" value="{{ __('Password') }}"/>
|
||||||
<x-jet-input id="password" class="block mt-1 w-full" type="password" name="password" required
|
<x-jet-input id="password" class="block mt-1 w-full" type="password" name="password" required
|
||||||
autocomplete="current-password"/>
|
autocomplete="current-password"/>
|
||||||
1234
|
<pre>1234</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block mt-4">
|
<div class="block mt-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user