website: fix comparison for authelia, correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io> #4088
This commit is contained in:
parent
ee70ebfb10
commit
f97b65d44b
|
@ -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>
|
||||
|
|
Reference in New Issue