We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a4d5 commit 57fcf56Copy full SHA for 57fcf56
api/ruby/basics-of-authentication/views/advanced.erb
@@ -7,7 +7,7 @@
7
<body>
8
<p>Well, well, well, <%= login %>!</p>
9
<p>
10
- <% if if !email.nil? && !email.empty? %> It looks like your public email address is <%= email %>.
+ <% if !email.nil? && !email.empty? %> It looks like your public email address is <%= email %>.
11
<% else %> It looks like you don't have a public email. That's cool.
12
<% end %>
13
</p>
0 commit comments