diff --git a/lib/polar_web/live/dashboard/credential_live.ex b/lib/polar_web/live/dashboard/credential_live.ex index 9fb9ba5..86233a8 100644 --- a/lib/polar_web/live/dashboard/credential_live.ex +++ b/lib/polar_web/live/dashboard/credential_live.ex @@ -48,7 +48,26 @@ defmodule PolarWeb.Dashboard.CredentialLive do
-
+
+
+
+ <.icon name="hero-exclamation-triangle-solid" class="h-5 w-5 text-yellow-400" /> +
+
+

+ <%= gettext("Do not share your credential") %> +

+
+

+ <%= gettext( + "This credential is only meant for you, please do not share it with external parties." + ) %> +

+
+
+
+
+
<%= Map.fetch!(@cli_tools, @credential.type) %> remote add opsmaru <%= url( @socket, ~p"/spaces/#{@credential.token}"