Skip to content

Commit

Permalink
recompiled with 1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhanks committed Jan 12, 2024
1 parent e738a19 commit 9288300
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/mix/tasks/phx.gen.auth/hashing_library.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ defmodule Mix.Tasks.Phx.Gen.Auth.HashingLibrary do

defstruct [:name, :module, :mix_dependency, :test_config]

@type t :: %__MODULE__{
name: atom(),
module: module(),
mix_dependency: String.t(),
test_config: String.t()
}

def build("bcrypt") do
lib = %__MODULE__{
name: :bcrypt,
Expand Down

0 comments on commit 9288300

Please sign in to comment.