feat(core): enable getUserTierName in config (#18265)

This commit is contained in:
Sehoon Shon
2026-02-03 22:28:58 -05:00
committed by GitHub
parent d866e7e6e7
commit 94f4e5cc15
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1047,8 +1047,7 @@ export class Config {
}
getUserTierName(): string | undefined {
// TODO(#1275): Re-enable user tier display when ready.
return undefined;
return this.contentGenerator?.userTierName;
}
/**