mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
addressed a comment
This commit is contained in:
@@ -95,15 +95,12 @@
|
||||
<Form onSubmit={login}>
|
||||
<Layout.Stack>
|
||||
{#if isCloud}
|
||||
<Button
|
||||
class="auth-provider-button"
|
||||
secondary
|
||||
fullWidth
|
||||
on:click={onGithubLogin}
|
||||
{disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign in with GitHub</span>
|
||||
</Button>
|
||||
<div class="auth-provider-wrapper">
|
||||
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign in with GitHub</span>
|
||||
</Button>
|
||||
</div>
|
||||
<span class="with-separators eyebrow-heading-3">or</span>
|
||||
{/if}
|
||||
<InputEmail
|
||||
@@ -136,7 +133,7 @@
|
||||
</Unauthenticated>
|
||||
|
||||
<style>
|
||||
:global(.auth-provider-button) {
|
||||
.auth-provider-wrapper {
|
||||
margin-bottom: var(--gap-s, 8px);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -133,15 +133,12 @@
|
||||
<Form onSubmit={register}>
|
||||
<Layout.Stack>
|
||||
{#if isCloud}
|
||||
<Button
|
||||
class="auth-provider-button"
|
||||
secondary
|
||||
fullWidth
|
||||
on:click={onGithubLogin}
|
||||
{disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign up with GitHub</span>
|
||||
</Button>
|
||||
<div class="auth-provider-wrapper">
|
||||
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign up with GitHub</span>
|
||||
</Button>
|
||||
</div>
|
||||
<span class="with-separators eyebrow-heading-3">or</span>
|
||||
{/if}
|
||||
|
||||
@@ -192,7 +189,7 @@
|
||||
</Unauthenticated>
|
||||
|
||||
<style>
|
||||
:global(.auth-provider-button) {
|
||||
.auth-provider-wrapper {
|
||||
margin-bottom: var(--gap-s, 8px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user