diff --git a/guides/octane-auth-torii-with-github.md b/guides/octane-auth-torii-with-github.md index 0f4b9d520..7e1c88e9e 100644 --- a/guides/octane-auth-torii-with-github.md +++ b/guides/octane-auth-torii-with-github.md @@ -188,7 +188,7 @@ Now let’s create our skeletal templates by editing the three files in
{{#if this.session.isAuthenticated}}
Authenticated
-
+
{{else}}
Unauthenticated
{{/if}}
@@ -404,7 +404,7 @@ Change the `login` template to send the `login()` action when the button is pres
```handlebars
{{!-- app/templates/login.hbs --}}