Skip to content

Commit

Permalink
model/hss: Do not display a bogus forwarding email
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeto committed Sep 26, 2018
1 parent de0235a commit ef6de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/model/hss/user.py
Expand Up @@ -239,7 +239,7 @@ def mac(self, new_mac):


@active_prop @active_prop
def mail(self): def mail(self):
return "{}@agdsn.me".format(self._pg_account.account) return None


@active_prop @active_prop
def address(self): def address(self):
Expand Down

0 comments on commit ef6de5b

Please sign in to comment.