Remove Keybase integration (#17045)

This commit is contained in:
Eugen Rochko
2021-11-26 05:58:18 +01:00
committed by GitHub
parent 12b3ff6c6d
commit 7de0ee7aba
43 changed files with 25 additions and 1215 deletions

View File

@ -1,17 +0,0 @@
# frozen_string_literal: true
class REST::IdentityProofSerializer < ActiveModel::Serializer
attributes :provider, :provider_username, :updated_at, :proof_url, :profile_url
def proof_url
object.badge.proof_url
end
def profile_url
object.badge.profile_url
end
def provider
object.provider.capitalize
end
end