fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
2b6049eda3
commit
8cb818cd50
|
@ -177,6 +177,7 @@ class MobileTransaction(ExpiringModel):
|
|||
client_ip = ClientIPMiddleware.get_client_ip(request)
|
||||
|
||||
context["_brand"] = request.tenant.branding_title
|
||||
# pylint: disable=no-member
|
||||
context["_user"] = user.username
|
||||
|
||||
geo = None
|
||||
|
|
|
@ -102,7 +102,7 @@ export class AuthenticatorMobileStage extends BaseStage<
|
|||
<div class="qr-container">
|
||||
<qr-code data="${JSON.stringify(this.challenge.payload)}"></qr-code>
|
||||
</div>
|
||||
<input value="${JSON.stringify(this.challenge.payload)}" readonly>
|
||||
<input value="${JSON.stringify(this.challenge.payload)}" readonly />
|
||||
</form>
|
||||
</div>
|
||||
<footer class="pf-c-login__main-footer">
|
||||
|
|
Reference in New Issue