Packages

Potionx project generator. Provides a `mix potionx.new` task to bootstrap a new Elixir application with Phoenix, Absinthe, Pow and Vue dependencies.

Current section

Files

Jump to
potionx_new templates potionx app_name_web templates authorization refresh.html.eex
Raw

templates/potionx/app_name_web/templates/authorization/refresh.html.eex

<html>
<head>
<meta http-equiv="refresh" content="0;URL='<%%= @url %>'"/>
</head>
<body></body>
</html>