diff --git a/resources/views/admin/nodes/view.blade.php b/resources/views/admin/nodes/view.blade.php
index 97dfc0306..f4f6b6ba8 100644
--- a/resources/views/admin/nodes/view.blade.php
+++ b/resources/views/admin/nodes/view.blade.php
@@ -509,7 +509,7 @@ $(document).ready(function () {
title: 'Token created.',
text: 'Here is your token: '+data.token+'
' +
'It will expire at ' + data.expires_at + '
' +
- '
To auto-configure your node runnpm run configure -- --panel-url {{ config('app.url') }} --token '+data.token+'
To auto-configure your node runnpm run configure -- --panel-url '+window.location.protocol+'//{{ config('app.url') }} --token '+data.token+'