From 00a50d317d5635016dd0810fee795678f0306790 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 3 Jul 2023 13:57:28 -0700 Subject: [PATCH] refactor: auth use button component --- components/Auth.ce.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/components/Auth.ce.vue b/components/Auth.ce.vue index ef9b8ed7a..5204ee10e 100644 --- a/components/Auth.ce.vue +++ b/components/Auth.ce.vue @@ -33,18 +33,11 @@ const button = computed(() => { {{ stateData.message }} - - - {{ button.text }} - + :icon="button.icon" + :text="button.text" />