Allow specification of workdir
This commit is contained in:
@ -5,7 +5,7 @@ import os
|
||||
import bcrypt
|
||||
|
||||
from sqlmodel import Session
|
||||
from .auth_models import User
|
||||
from sshecret_admin.auth.models import User
|
||||
|
||||
|
||||
def get_test_user_details() -> tuple[str, str]:
|
||||
|
||||
Reference in New Issue
Block a user