Added pretty text for local auth
This commit is contained in:
parent
32e20a4b6f
commit
b6fff15a7b
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ class User < ApplicationRecord
|
|||
'Amazon'
|
||||
when 'github'
|
||||
'GitHub'
|
||||
else
|
||||
'local authentication'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue