web: Update Web API Client version (#2733)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
github-actions[bot]
2022-04-17 16:55:08 +02:00
committed by Jens Langhammer
parent 778065f468
commit e4486b98fc
3 changed files with 10 additions and 9 deletions

View File

@ -4,10 +4,11 @@ from django.http import HttpRequest, HttpResponse
from django.shortcuts import get_object_or_404, redirect
from django.views import View
from structlog.stdlib import get_logger
from authentik.lib.config import CONFIG
from authentik.core.middleware import SESSION_IMPERSONATE_ORIGINAL_USER, SESSION_IMPERSONATE_USER
from authentik.core.models import User
from authentik.events.models import Event, EventAction
from authentik.lib.config import CONFIG
LOGGER = get_logger()