From 9958e90eb5eb5a2cc171c40860745e95a96bd429 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 02:19:42 +0000 Subject: Actually do not prefix folders with nola_ refs T77 --- lib/web/templates/alcoolog/auth.html.eex | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 lib/web/templates/alcoolog/auth.html.eex (limited to 'lib/web/templates/alcoolog/auth.html.eex') diff --git a/lib/web/templates/alcoolog/auth.html.eex b/lib/web/templates/alcoolog/auth.html.eex new file mode 100644 index 0000000..6e5cedc --- /dev/null +++ b/lib/web/templates/alcoolog/auth.html.eex @@ -0,0 +1,43 @@ +
+

authentication

+
+ <%= link("connect using random.sh", to: "/login/oidc", class: "inline-block font-medium underline") %> +
+
+ +
+

+ <%= if @bot, do: "Send this to #{@bot} on #{@network}:", else: "Find your bot nickname and send:" %>

+ /msg <%= @bot || "the-bot-nickname" %> web +

+ ... then come back to this address. +

+
+ + -- cgit v1.2.3