diff --git a/web/components/Registration.ce.vue b/web/components/Registration.ce.vue index 154c12ee0..230e21436 100644 --- a/web/components/Registration.ce.vue +++ b/web/components/Registration.ce.vue @@ -66,7 +66,7 @@ const { tooManyDevices, } = storeToRefs(serverStore); -const formattedRegTm = ref(); +const formattedRegTm = ref(); /** * regTm may not have a value until we get a response from the refreshServerState action * So we need to watch for this value to be able to format it based on the user's date time preferences.