Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add doc comment
Browse files Browse the repository at this point in the history
briangann committed Mar 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 52b18c0 commit 8f2ceae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kiosk/aws_login.go
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ import (
"github.com/chromedp/chromedp/kb"
)

// GrafanaKioskAWSLogin Provides login for AWS Managed Grafana instances
func GrafanaKioskAWSLogin(cfg *Config, messages chan string) {
dir, err := os.MkdirTemp(os.TempDir(), "chromedp-kiosk")
if err != nil {

0 comments on commit 8f2ceae

Please sign in to comment.