fix: Update loginInfo with new service IDs

pull/419/head
Inex Code 2024-01-10 16:47:34 +03:00
parent 16dca8faf8
commit b974062626
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@ class Service {
/// TODO Turn loginInfo into dynamic data, not static!
String get loginInfo {
switch (id) {
case 'email':
case 'simple-nixos-mailserver':
return 'mail.login_info'.tr();
case 'bitwarden':
return 'password_manager.login_info'.tr();
case 'jitsi':
case 'jitsi-meet':
return 'video.login_info'.tr();
case 'nextcloud':
return 'cloud.login_info'.tr();