Skip to content
Snippets Groups Projects
Commit fd8eaf9f authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

no more credentialss

parent cc30d0ea
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,10 @@ class OAuthCredentials(models.Model):
def git_provider(self):
return self.git_provider_class(credentials=self)
class Meta:
verbose_name = ('OAuth credentials')
verbose_name_plural = ('OAuth credentials')
class Scope(Enum):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment