Skip to content

Commit

Permalink
Merge pull request #41 from fumeapp/apple-signin
Browse files Browse the repository at this point in the history
♻️ pull debug stuff
  • Loading branch information
acidjazz authored Sep 30, 2024
2 parents 7fdee05 + 835cff2 commit 0e5c85d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/components/layout/LayoutLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const providers = reactive<Provider[]>([
icon: 'i-mdi-apple',
color: 'white',
click: async () => await navigateTo('/api/oauth/redirect/apple', { external: true }),
// https://appleid.apple.com/auth/authorize?response_type=code&state=state&client_id=fume.bio&redirect_uri=https%3A%2F%2Ffume.bio%2Fapi%2Foauth%2Fapple&scope=openid+email+name&response_mode=form_post', { external: true }),
// https://appleid.apple.com/auth/authorize?client_id=fume.bio&redirect_uri=https%253A%252F%252Ffume.bio%252Fapi%252Foauth%252Fapple&scope=openid%2520email%2520name
},
/*
Expand Down

0 comments on commit 0e5c85d

Please sign in to comment.