web: add check compile test to prevent compile errors/warnings
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -27,6 +27,8 @@ export function IntentToLabel(intent: IntentEnum): string {
|
||||
return t`Recovery`;
|
||||
case IntentEnum.Verification:
|
||||
return t`Verification`;
|
||||
case IntentEnum.UnknownDefaultOpenApi:
|
||||
return t`Unknown intent`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user