Release 202506131339

This commit is contained in:
pluja
2025-06-13 13:39:12 +00:00
parent bf30a6cb2b
commit 5a41816ac8
5 changed files with 38 additions and 6 deletions

View File

@@ -387,6 +387,13 @@ const getVerificationStepStatusInfo = (status: VerificationStepStatus) => {
color: 'red',
timelineIconClass: 'text-red-400',
} as const
case VerificationStepStatus.WARNING:
return {
text: 'Warning',
icon: 'ri:alert-line',
color: 'yellow',
timelineIconClass: 'text-yellow-400',
} as const
default:
return {
text: 'Unknown',