Address tags incompatiblity introduced in 0.28.0-beta.2

From change (#2993)[https://github.com/juanfont/headscale/pull/2993]
This commit is contained in:
Paul Kronenwetter
2026-01-22 14:06:46 -05:00
parent a710995f97
commit c61a9119a7
5 changed files with 5 additions and 10 deletions
+1 -3
View File
@@ -22,9 +22,7 @@ export interface Machine {
| 'REGISTER_METHOD_CLI'
| 'REGISTER_METHOD_OIDC';
forcedTags: string[];
invalidTags: string[];
validTags: string[];
tags: string[];
givenName: string;
online: boolean;