package claude // LoginSuccessHtml is the template for the OAuth success page const LoginSuccessHtml = ` Authentication Successful - Claude

Authentication Successful!

You have successfully authenticated with Claude. 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 template for the setup notice section const SetupNoticeHtml = `

Additional Setup Required

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

`