Skip to content

Commit

Permalink
Add first pass documentation to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Dec 15, 2024
1 parent a918060 commit 7e744b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ end
<% if rodauth.logged_in? %>
<p style="text-align:center">
It looks like you're already signed in. Would you like to <a href="/account/profile">view your profile?</a>
It looks like you're already signed in. Would you like to <a href="/account/profile">view your profile?</a>
</p>
<% end %>
Expand Down Expand Up @@ -214,7 +214,7 @@ end
<% if rodauth.logged_in? %>
<p style="text-align:center">
It looks like you're already signed in. Would you like to <a href="/account/profile">view your profile?</a>
It looks like you're already signed in. Would you like to <a href="/account/profile">view your profile?</a>
</p>
<% end %>
Expand Down Expand Up @@ -277,7 +277,7 @@ We'll still need ones for password reset, but let's hold off for the moment. We'

```erb
---<%
rodauth.require_authentication
rodauth.require_authentication # always include this before logged-in only routes
render_with do
layout :page,
Expand Down

0 comments on commit 7e744b3

Please sign in to comment.