diff --git a/sda/cmd/auth/frontend/templates/oidc.html b/sda/cmd/auth/frontend/templates/oidc.html index ecfe129e7..9dbc30934 100644 --- a/sda/cmd/auth/frontend/templates/oidc.html +++ b/sda/cmd/auth/frontend/templates/oidc.html @@ -32,18 +32,18 @@
{{if .ResignedToken}}- Your access token {{if .ExpDateResigned}}(expires at {{.ExpDateResigned}} UTC){{end}} for uploading to the Inbox is: + For uploading to the Inbox, your access token {{if .ExpDateResigned}}(expires at {{.ExpDateResigned}} UTC){{end}} is:
{{.ResignedToken}}{{end}} + Download credentials to upload to the Inbox {{if .RawToken}}
- Your access token {{if .ExpDateRaw}}(expires at {{.ExpDateRaw}} UTC){{end}} for downloading from the Archive is: + For downloading from the Archive, your access token {{if .ExpDateRaw}}(expires at {{.ExpDateRaw}} UTC){{end}} is:
{{.RawToken}}{{end}} - Download credentials for uploading to the Inbox - Download credentials for downloading from the Archive + Download credentials to access the Archive Continue