Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/components/ConnectorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,17 @@ watch(open, isOpen => {
{{ error }}
</div>

<!-- Warning message -->
<div
role="alert"
class="p-3 text-sm text-red-400 bg-red-500/10 border border-red-500/20 rounded-md"
>
<p class="font-mono text-sm text-fg font-bold">WARNING</p>
<p class="text-sm text-fg-muted">
This allows npmx to access your npm cli and any authenticated contexts.
</p>
</div>

<button
type="submit"
:disabled="!tokenInput.trim() || isConnecting"
Expand Down