feat(Nextcloud/AppNames): Handle 2FA approval notification
All checks were successful
Mirror to Forgejo / mirror-to-codeberg (push) Successful in 6s

This commit is contained in:
Jiří Štefka 2025-01-15 19:11:50 +01:00
parent 904c712d44
commit 6eb3ec0cbc
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -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