From 55e22dc363747d5a85c00b02f37f13ccb81bb12e Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Thu, 8 Nov 2018 09:22:13 -0800 Subject: [PATCH] Correcting typo Signed-off-by: Mary Anthony --- _develop/auth_provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_develop/auth_provider.md b/_develop/auth_provider.md index 143c161f..c302d08c 100644 --- a/_develop/auth_provider.md +++ b/_develop/auth_provider.md @@ -192,7 +192,7 @@ You'll use the OmniAut end ``` - The `put` line is just a debug output to the console. The gets the user's + The `puts` line is just a debug output to the console. The gets the user's Blockstack info from `env['omniauth.hash`], which is where OmniAuth stores all authentication info. Then, that info is loaded into the `session` object under the key `:blockstack_user`. By adding this info to the session, the