mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-25 01:02:49 +00:00
* Refactor: rename to authcode_browser.go * Change authentication success page more descriptive
7 lines
175 B
Go
7 lines
175 B
Go
// Package templates provides templates such as HTML and messages.
|
|
//
|
|
// You can preview HTML pages by running httpserver package.
|
|
// go run ./httpserver
|
|
//
|
|
package templates
|