diff --git a/app/views/personal_access_tokens/index.html.erb b/app/views/personal_access_tokens/index.html.erb index ba185d1..d83f142 100644 --- a/app/views/personal_access_tokens/index.html.erb +++ b/app/views/personal_access_tokens/index.html.erb @@ -1,9 +1,9 @@

<%= notice %>

-<% if flash[:raw_token].present? %> +<% if @raw_token.present? %>

Your new token (copy it now — it won't be shown again):

- <%= flash[:raw_token] %> + <%= @raw_token %>
<% end %>