mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Fix
This commit is contained in:
parent
25492b19f6
commit
70e4c6ad90
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ async def config(current_user: User = Depends(get_current_user)):
|
||||||
else:
|
else:
|
||||||
vpn_remote_ip = ''
|
vpn_remote_ip = ''
|
||||||
if 'vpnlocalip' in omr_config_data['users'][0][current_user.username]:
|
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:
|
else:
|
||||||
vpn_local_ip = ''
|
vpn_local_ip = ''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue