@import com.gu.janus.model.{AwsAccount, JanusData} @import com.gu.googleauth.UserIdentity @import play.api.Mode @(account: AwsAccount, user: UserIdentity, janusData: JanusData)(implicit req: RequestHeader, flash: Flash, mode: Mode, assetsFinder: AssetsFinder) @import helper._ @main("Revoke access", Some(user), janusData) {

Revoke access to @account.name

warning All existing sessions will be revoked

Users will be able to go to Janus to create new sessions as normal, but all existing console logins and credentials will be revoked for the @account.name account.

@CSRF.formField @flash.get("confirmation-error").map { err =>
@err You must confirm this action by correctly typing the name of the AWS account below.
}
}