summaryrefslogtreecommitdiff
path: root/bin/ui
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-26 16:10:25 -0600
committermo khan <mo@mokhan.ca>2025-03-26 16:10:25 -0600
commit2e636ea73e44a84dd2be64c1e199f29fb2236a1d (patch)
tree252633d71d1eeb7d5aff001cd0493ce73e227dc1 /bin/ui
parente1e0f14716a6b169c05a3aac5ffa0cc3bd04609d (diff)
feat: pretty up the IdP html pages
Diffstat (limited to 'bin/ui')
-rwxr-xr-xbin/ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ui b/bin/ui
index fd6b225d..d139c2f4 100755
--- a/bin/ui
+++ b/bin/ui
@@ -180,7 +180,7 @@ class UI
<<~ERB
<%- if current_user?(request) -%>
<nav>
- <ul class="pico-background-pink-100">
+ <ul>
<li><strong>UI</strong></li>
</ul>
<ul>
@@ -200,7 +200,7 @@ class UI
<pre><%= request.session[:id_token] %></pre>
<%- else -%>
<nav>
- <ul class="pico-background-pink-100">
+ <ul>
<li><strong>UI</strong></li>
</ul>
<ul>
@@ -279,7 +279,7 @@ class UI
html = with_layout(binding) do
<<~ERB
<nav>
- <ul class="pico-background-pink-100">
+ <ul>
<li><strong>UI</strong></li>
</ul>
<ul>
@@ -314,7 +314,7 @@ class UI
html = with_layout(binding) do
<<~ERB
<nav>
- <ul class="pico-background-pink-100">
+ <ul>
<li><strong>UI</strong></li>
</ul>
<ul>
@@ -371,7 +371,7 @@ class UI
html = with_layout(binding) do
<<~ERB
<nav>
- <ul class="pico-background-pink-100">
+ <ul>
<li><strong>UI</strong></li>
</ul>
<ul>
@@ -428,7 +428,7 @@ class UI
<%- saml_params.each do |(key, value)| -%>
<input type="hidden" name="<%= key %>" value="<%= value %>" />
<%- end -%>
- <input id="submit-button" type="submit" value="Submit" />
+ <input id="submit-button" type="submit" value="Continue" />
</form>
ERB
end