From 8dcd670e46b3beae4b1ea4b13b3df82d19979f54 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 15 Mar 2021 21:53:07 +0100 Subject: [PATCH] :sparkles: (github) login with GitHub --- src/App.vue | 4 ---- src/assets/icons/github.svg | 4 ++++ src/components/LoginGithub.vue | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 src/assets/icons/github.svg create mode 100644 src/components/LoginGithub.vue diff --git a/src/App.vue b/src/App.vue index f5c02ef..6f02bbe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,4 @@ diff --git a/src/assets/icons/github.svg b/src/assets/icons/github.svg new file mode 100644 index 0000000..4d38ccd --- /dev/null +++ b/src/assets/icons/github.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/components/LoginGithub.vue b/src/components/LoginGithub.vue new file mode 100644 index 0000000..faee7cd --- /dev/null +++ b/src/components/LoginGithub.vue @@ -0,0 +1,32 @@ + + + + +