Add missing IconHTML size (#27269)

Fix #27223

Regression of #27122
mj-develop
wxiaoguang 7 months ago committed by GitHub
parent d0012c8806
commit 939d410a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@
<div class="flex-item">
{{$providerData := index $.OAuth2Providers $loginSource.Name}}
<div class="flex-item-leading">
{{$providerData.IconHTML}}
{{$providerData.IconHTML 20}}
</div>
<div class="flex-item-main">
<span class="flex-item-title" data-tooltip-content="{{$provider}}">

Loading…
Cancel
Save