Commit 01ffd1c
committed
refactor(providers): use WireAuthType alias in AddProviderDialog helper
Address S1 from sdd-verify report (one-line cleanup): the wireAuthType()
helper at AddProviderDialog.vue:144 was returning the inline union
'apiKey' | 'oauth' instead of the WireAuthType alias added in commit
616d1d5. Now imports and returns the alias from @/lib/api for
consistency with the rest of the wire-format type surface.
Type-only change; structurally identical alias. Validation: vue-tsc
clean (only pre-existing ChartContainer error), vitest 83/83 pass,
pnpm run build clean.1 parent e9576eb commit 01ffd1c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments