mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
adding debug lines
This commit is contained in:
parent
ceb7c17374
commit
15ac19aa5e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ export default {
|
||||||
'send_alert_emails'
|
'send_alert_emails'
|
||||||
];
|
];
|
||||||
const user_path = await api_request.get_user_path();
|
const user_path = await api_request.get_user_path();
|
||||||
this.user_path = user_path;
|
this.user_path = user_path.result.path;
|
||||||
// Pull settings
|
// Pull settings
|
||||||
const settings_result = await api_request.get_settings();
|
const settings_result = await api_request.get_settings();
|
||||||
const settings = settings_result.result;
|
const settings = settings_result.result;
|
||||||
|
|
Loading…
Reference in a new issue