UI: simplify Qwen labels
This commit is contained in:
committed by
Peter Steinberger
parent
b56b67cdbd
commit
215c395fc2
@@ -139,7 +139,7 @@ describe("buildAuthChoiceOptions", () => {
|
||||
expect(options.some((opt) => opt.value === "chutes")).toBe(true);
|
||||
});
|
||||
|
||||
it("includes Qwen Portal auth choice", () => {
|
||||
it("includes Qwen auth choice", () => {
|
||||
const store: AuthProfileStore = { version: 1, profiles: {} };
|
||||
const options = buildAuthChoiceOptions({
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user