mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 11:20:25 +00:00
oops
This commit is contained in:
parent
8b94f3fe61
commit
afcceddb6a
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ class Components::APIKeys::Index < Components::Base
|
|||
end
|
||||
|
||||
def new_token_alert
|
||||
render Primer::Beta::Flash.new(scheme: :success, mb: 4) do |component|
|
||||
component.with_icon(icon: :check)
|
||||
render Primer::Beta::Flash.new(scheme: :success, icon: :check, mb: 4) do |component|
|
||||
div do
|
||||
p(style: "margin: 0 0 8px; font-weight: 600;") { "API key created successfully!" }
|
||||
p(style: "margin: 0 0 8px;") { "Copy your API key now. You won't be able to see it again!" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue