summaryrefslogtreecommitdiff
path: root/src/op_mode/show_openconnect_otp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/show_openconnect_otp.py')
-rwxr-xr-xsrc/op_mode/show_openconnect_otp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/show_openconnect_otp.py b/src/op_mode/show_openconnect_otp.py
index ae532ccc9..88982c50b 100755
--- a/src/op_mode/show_openconnect_otp.py
+++ b/src/op_mode/show_openconnect_otp.py
@@ -46,7 +46,7 @@ def get_otp_ocserv(username):
# options which we need to update into the dictionary retrived.
default_values = defaults(base)
ocserv = dict_merge(default_values, ocserv)
- # workaround a "know limitation" - https://phabricator.vyos.net/T2665
+ # workaround a "know limitation" - https://vyos.dev/T2665
del ocserv['authentication']['local_users']['username']['otp']
if not ocserv["authentication"]["local_users"]["username"]:
return None