Added pretty text for local auth

This commit is contained in:
Christoph Haas 2018-05-14 22:15:13 +02:00
parent 32e20a4b6f
commit b6fff15a7b

View file

@ -32,6 +32,8 @@ class User < ApplicationRecord
'Amazon'
when 'github'
'GitHub'
else
'local authentication'
end
end