From b6fff15a7baef6507508469f9f6fe88bb617ac1b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 14 May 2018 22:15:13 +0200 Subject: [PATCH] Added pretty text for local auth --- app/models/user.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/user.rb b/app/models/user.rb index 4e3b7f0..99812d7 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -32,6 +32,8 @@ class User < ApplicationRecord 'Amazon' when 'github' 'GitHub' + else + 'local authentication' end end