Revert "fix imports"

This reverts commit ff6cc9522d.
This commit is contained in:
red binder 2026-06-08 08:13:53 +02:00
commit 2676e7aa19

View file

@ -4,7 +4,7 @@ use std::fs;
use rand::prelude::*;
use sqlx::Row;
use chrono::{Utc, Duration};
use crate::json_api::oauth::generate_token_v3::verify_nintendo_password;
use crate::json_api::oauth::generate_token::verify_nintendo_password;
use crate::Pool;
#[derive(FromForm)]