feat(Nextcloud/AppNames): Handle 2FA approval notification
All checks were successful
Mirror to Forgejo / mirror-to-codeberg (push) Successful in 6s
All checks were successful
Mirror to Forgejo / mirror-to-codeberg (push) Successful in 6s
This commit is contained in:
parent
904c712d44
commit
6eb3ec0cbc
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ def translate_app_name(app=str) -> str:
|
|||
return "Talk"
|
||||
elif app == "event_update_notification":
|
||||
return "Calendar"
|
||||
elif app == "twofactor_nextcloud_notification":
|
||||
return "2FA"
|
||||
else:
|
||||
return app
|
||||
|
||||
|
|
Loading…
Reference in a new issue