diff --git a/web/components/Registration.ce.vue b/web/components/Registration.ce.vue index 5890dfb52..23025c857 100644 --- a/web/components/Registration.ce.vue +++ b/web/components/Registration.ce.vue @@ -36,15 +36,6 @@ import UserProfileUptimeExpire from '~/components/UserProfile/UptimeExpire.vue'; const { t } = useI18n(); -export interface Props { - restoreReleaseDate?: string; - restoreVersion?: string; -} -withDefaults(defineProps(), { - restoreReleaseDate: '', - restoreVersion: '', -}); - const serverStore = useServerStore(); const { dateTimeFormat,