diff options
Diffstat (limited to 'DomainDig/ContentView.swift')
| -rw-r--r-- | DomainDig/ContentView.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DomainDig/ContentView.swift b/DomainDig/ContentView.swift index 103e3b5..894fc88 100644 --- a/DomainDig/ContentView.swift +++ b/DomainDig/ContentView.swift @@ -3029,6 +3029,10 @@ private struct LocalAPISettingsView: View { localAPIService.copyToken() } + Button("Copy cURL Command") { + localAPIService.copyCurlCommand() + } + Button("Rotate Token") { localAPIService.rotateToken() } |
