Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#3435] Add string method to the token e…
Browse files Browse the repository at this point in the history
…xchange config method
  • Loading branch information
SilviaAmAm committed Nov 3, 2023
1 parent 605d8f1 commit 7611d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions token_exchange/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ class TokenExchangeConfiguration(models.Model):

class Meta:
verbose_name = _("Token exchange plugin configuration")

def __str__(self) -> str:
return self.service.label

Check warning on line 25 in token_exchange/models.py

View check run for this annotation

Codecov / codecov/patch

token_exchange/models.py#L25

Added line #L25 was not covered by tests

0 comments on commit 7611d88

Please sign in to comment.