From 7b357641d1ef0067ae89306ab937ba81c8d25de2 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 25 Aug 2025 14:52:23 +0800 Subject: [PATCH] Chore: update author in RegistrationNotice --- src/components/RegistrationNotice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RegistrationNotice.vue b/src/components/RegistrationNotice.vue index 7eff6373..683736ff 100644 --- a/src/components/RegistrationNotice.vue +++ b/src/components/RegistrationNotice.vue @@ -1,7 +1,7 @@ /** * @file RegistrationNotice.vue * @description Reusable component for displaying user registration status and related actions. * Shows registration notice when user is not registered, with options to show identifier info * or -access advanced options. * * @author Matthew Raymer * @version 1.0.0 * @created +access advanced options. * * @author Jose Olarte III * @version 1.0.0 * @created 2025-08-21T17:25:28-08:00 */