mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 00:55:17 +00:00
Fix email field returned in json
This commit is contained in:
parent
79cd7ab1d0
commit
cd7375a8b9
@ -1,7 +1,7 @@
|
||||
<div class="report-SecurityTrails" ng-if="success">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
emailrep.io lookup ({{ content.mail || "-" }})
|
||||
emailrep.io lookup ({{ content.email || "-" }})
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div ng-if="(content | json) === '{}'">
|
||||
|
Loading…
Reference in New Issue
Block a user