Added friendly text for Debian SSO

This commit is contained in:
Christoph Haas 2018-08-07 19:43:40 +02:00
parent 084f8e5b22
commit c0e81bd271

View file

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