1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00
This commit is contained in:
Ycarus 2020-03-07 22:27:02 +01:00
parent 25492b19f6
commit 70e4c6ad90

View file

@ -792,7 +792,7 @@ async def config(current_user: User = Depends(get_current_user)):
else:
vpn_remote_ip = ''
if 'vpnlocalip' in omr_config_data['users'][0][current_user.username]:
vpn_local_ip = content['users'][0][current_user.username]['vpnlocalip']
vpn_local_ip = omr_config_data['users'][0][current_user.username]['vpnlocalip']
else:
vpn_local_ip = ''