mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-13 03:31:02 +00:00
Sign In -> Sign In with GitHub
This commit is contained in:
parent
cf7d571818
commit
08c052a17f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ defmodule LiveBeatsWeb.SignInLive do
|
|||
<div class="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10">
|
||||
<div class="space-y-6">
|
||||
<a href={LiveBeats.Github.authorize_url()} class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
|
||||
Sign in
|
||||
Sign in with GitHub
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue