website: fix comparison for authelia, correctly

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

#4088
This commit is contained in:
Jens Langhammer 2023-01-26 01:14:38 +01:00
parent ee70ebfb10
commit f97b65d44b
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -77,8 +77,8 @@ function Comparison() {
<td className="result passed">
<Check></Check>
</td>
<td className="result failed">
<X></X>
<td className="result passed">
<Check></Check>
</td>
</tr>
<tr>
@ -187,8 +187,8 @@ function Comparison() {
<td className="result passed">
<Check></Check>
</td>
<td className="result passed">
<Check></Check>
<td className="result failed">
<X></X>
</td>
</tr>
<tr>