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
}