diff --git a/frontend/src/views/macauth/MACAuth.vue b/frontend/src/views/macauth/MACAuth.vue
index 9383ce76298b16579fccf194cce3b2e73e521398..8501b49e416f90ce4f3511b9e0ab980e27c1abd6 100644
--- a/frontend/src/views/macauth/MACAuth.vue
+++ b/frontend/src/views/macauth/MACAuth.vue
@@ -65,7 +65,7 @@
                 </b-button>
                 <b-popover :target="'show-wpa-key-' + bcd.name + '-' + data.index"
                            triggers="focus" custom-class="popover-wide">
-                  <CopyField :text="data.item.wpa_key"/>
+                  <CopyField :text="data.item.wpa_key" code/>
                 </b-popover>
               </template>
               <template v-slot:cell(last_login_date)="data">