feat: badge for tax 2025 bug (#5230)

This commit is contained in:
Calum H.
2026-01-27 19:03:54 +00:00
committed by GitHub
parent 03658b6a62
commit 6d1b0eef15
6 changed files with 23 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ bitflags::bitflags! {
const CONTRIBUTOR = 1 << 5;
const TRANSLATOR = 1 << 6;
const AFFILIATE = 1 << 7;
const TAX_FORM_2025_REQUIRED = 1 << 8;
}
}