Use pleroma_captcha Hex package

This commit is contained in:
Lain Soykaf 2026-05-13 23:05:25 +04:00
commit 7ab9e2c7ce
No known key found for this signature in database
4 changed files with 11 additions and 4 deletions

View file

@ -185,9 +185,7 @@ defmodule Pleroma.Mixfile do
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},
{:captcha,
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e7b7cc34cc16b383461b966484c297e4ec9aeef6"},
{:captcha, "~> 1.0.3", hex: :pleroma_captcha},
{:restarter, path: "./restarter"},
{:majic, "~> 1.2"},
{:open_api_spex, "~> 3.22"},