We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132c4e8 commit 449c2d0Copy full SHA for 449c2d0
1 file changed
app/components/ConnectorModal.vue
@@ -165,6 +165,17 @@ watch(open, isOpen => {
165
{{ error }}
166
</div>
167
168
+ <!-- Warning message -->
169
+ <div
170
+ role="alert"
171
+ class="p-3 text-sm text-red-400 bg-red-500/10 border border-red-500/20 rounded-md"
172
+ >
173
+ <p class="font-mono text-sm text-fg font-bold">WARNING</p>
174
+ <p class="text-sm text-fg-muted">
175
+ This allows npmx to access your npm cli and any authenticated contexts.
176
+ </p>
177
+ </div>
178
+
179
<button
180
type="submit"
181
:disabled="!tokenInput.trim() || isConnecting"
0 commit comments