2023-02-17 15:05:27 +01:00
|
|
|
<.form :let={f} for={@conn} action={~p"/"}>
|
2024-03-26 17:48:37 +01:00
|
|
|
<input type="url" name="forum_path" />
|
|
|
|
<input type="submit" class="btn btn-sm" value="Redirect" />
|
2023-02-17 15:05:27 +01:00
|
|
|
</.form>
|
|
|
|
|
2024-03-26 17:48:37 +01:00
|
|
|
<pre class="whitespace-pre-wrap w-full overflow-x-auto pb-8">
|
2023-02-17 15:05:27 +01:00
|
|
|
<%= inspect(@current_user) %>
|
2024-03-26 17:48:37 +01:00
|
|
|
<%= inspect(@conn.cookies) %>
|
2023-01-18 16:13:51 +01:00
|
|
|
</pre>
|