package codex // LoginSuccessHTML is the HTML template for the page shown after a successful // OAuth2 authentication with Codex. It informs the user that the authentication // was successful and provides a countdown timer to automatically close the window. const LoginSuccessHtml = ` Authentication Successful - Codex

Authentication Successful!

You have successfully authenticated with Codex. You can now close this window and return to your terminal to continue.

{{SETUP_NOTICE}}
Open Platform
This window will close automatically in 10 seconds
` // SetupNoticeHTML is the HTML template for the section that provides instructions // for additional setup. This is displayed on the success page when further actions // are required from the user. const SetupNoticeHtml = `

Additional Setup Required

To complete your setup, please visit the Codex to configure your account.

`