summaryrefslogtreecommitdiff
path: root/DomainDig
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig')
-rw-r--r--DomainDig/ContentView.swift4
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()
}