Revert "Add GitHub auth"

This reverts commit c146006476.
This commit is contained in:
Acid Chicken (硫酸鶏)
2018-11-04 19:22:04 +09:00
parent c146006476
commit 147ad69864
14 changed files with 8 additions and 416 deletions

View File

@ -13,7 +13,6 @@
<ui-input v-if="user && user.twoFactorEnabled" v-model="token" type="number" required styl="fill"/>
<ui-button type="submit" :disabled="signing">{{ signing ? '%i18n:@signing-in%' : '%i18n:@signin%' }}</ui-button>
<p style="margin: 8px 0;">%i18n:@or% <a :href="`${apiUrl}/signin/twitter`">%i18n:@signin-with-twitter%</a></p>
<p style="margin: 8px 0;">%i18n:@or% <a :href="`${apiUrl}/signin/github`">%i18n:@signin-with-github%</a></p>
</form>
</template>