2024-06-02 13:31:19 +02:00
|
|
|
<.flash_group flash={@flash} />
|
2024-06-02 14:44:53 +02:00
|
|
|
<.form :let={f} for={@conn} action={~p"/"}>
|
|
|
|
<input type="url" name="forum_path" />
|
|
|
|
<input type="submit" class="btn btn-sm" value="Redirect" />
|
|
|
|
</.form>
|
|
|
|
|
|
|
|
<pre class="whitespace-pre-wrap w-full overflow-x-auto pb-8">
|
|
|
|
<%= inspect(@current_user) %>
|
|
|
|
<%= inspect(@conn.cookies) %>
|
|
|
|
</pre>
|