forked from AkkomaGang/akkoma
Update generate_invite_token.ex
This commit is contained in:
parent
0b1ca6a584
commit
1e9d152d60
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule Mix.Tasks.GenerateInviteToken do
|
||||
use Mix.Task
|
||||
|
||||
@shortdoc "Generate password reset link for user"
|
||||
@shortdoc "Generate invite token for user"
|
||||
def run([]) do
|
||||
Mix.Task.run("app.start")
|
||||
|
||||
|
|
Loading…
Reference in a new issue