From 9049593ff5051eb3a88d83e67ac2e0e1c5dc6852 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 24 Feb 2021 09:23:19 +0100 Subject: [PATCH] sources/oauth: fix buttons not being ak-root-link --- authentik/sources/oauth/templates/oauth_client/user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/sources/oauth/templates/oauth_client/user.html b/authentik/sources/oauth/templates/oauth_client/user.html index 0576f0971..ff69eaa91 100644 --- a/authentik/sources/oauth/templates/oauth_client/user.html +++ b/authentik/sources/oauth/templates/oauth_client/user.html @@ -9,13 +9,13 @@
{% if connections.exists %}

{% trans 'Connected.' %}

- {% trans 'Disconnect' %} {% else %}

Not connected.

- {% trans 'Connect' %}