From 8bb6f2e53cb3d208247d9284f1a15a110a19e80c Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 16 Jan 2020 15:48:28 +0800 Subject: [PATCH] tweak loading brand icons --- resources/views/auth/oauth.twig | 2 +- scripts/build.ps1 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/views/auth/oauth.twig b/resources/views/auth/oauth.twig index 09b5a576..66ef2c3f 100644 --- a/resources/views/auth/oauth.twig +++ b/resources/views/auth/oauth.twig @@ -3,7 +3,7 @@
- {{ trans('general.more') }} -
{% for name, provider in providers %} - +   {{ provider.displayName }} {% endfor %} diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 5e280bbe..ffde505a 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -13,9 +13,6 @@ if (Test-Path ./public/app) { # Run webpack yarn build -New-Item -ItemType Directory ./public/app/brand-icons -Copy-Item -Path ./node_modules/@fortawesome/fontawesome-free/svgs/brands/*.svg -Destination ./public/app/brand-icons - if ($Simple) { exit }