Remove unused PdfPass interaction type.
The `PdfPass` interaction type and its associated logic were removed as it is no longer needed. This simplifies the codebase by eliminating redundant entries and ensures clarity in interaction types.
This commit is contained in:
@@ -24,7 +24,6 @@ namespace FoodsharingSiegen.Shared.Helper
|
||||
InteractionType.Welcome => "Begrüßung",
|
||||
InteractionType.IdCheck => "Perso-Check",
|
||||
InteractionType.PrintPass => "FS-Ausweis",
|
||||
InteractionType.PdfPass => "FS-Ausweis (PDF)",
|
||||
InteractionType.Verify => "Verifizierung",
|
||||
InteractionType.Complete => "Fertig",
|
||||
InteractionType.StepInBriefing => appSettings.Terms.StepInName ?? "StepIn",
|
||||
|
||||
Reference in New Issue
Block a user