diff --git a/src/authentic2_beid/views.py b/src/authentic2_beid/views.py index 11a307a..d61dcaa 100644 --- a/src/authentic2_beid/views.py +++ b/src/authentic2_beid/views.py @@ -28,7 +28,7 @@ def add_beid(request): ssl_info = util.SSLInfo(request) if BeIDBackend().link_user(ssl_info, request.user): logger.info('Successful linking of the SSL ' - 'Certificate to an account, redirection to %s' % next_url) + 'certificate to an account') messages.info(request, _('BeID card successfully linked to your account')) else: logger.error('eid linking failed')