diff --git a/changes/changelog.d/1720.bugfix b/changes/changelog.d/1720.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..2bd54307a80eceaa2e74c38662d2f8c042630f10
--- /dev/null
+++ b/changes/changelog.d/1720.bugfix
@@ -0,0 +1 @@
+Hide create custom radio to un-authenticated users (#1720)
\ No newline at end of file
diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue
index c618cc0dc70bd923ea048bf5e39dd71fdf3245d6..89998b0f7d1b7703f4a1a600df23d88c3dcdbfe6 100644
--- a/front/src/components/library/Radios.vue
+++ b/front/src/components/library/Radios.vue
@@ -39,6 +39,7 @@
         </translate>
       </h3>
       <router-link
+        v-if="isAuthenticated"
         class="ui success button"
         to="/library/radios/build"
         exact