mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat(sqlalchemy): formatting
This commit is contained in:
@@ -113,7 +113,8 @@ class AuthsTable:
|
||||
Session.add(result)
|
||||
|
||||
user = Users.insert_new_user(
|
||||
id, name, email, profile_image_url, role, oauth_sub)
|
||||
id, name, email, profile_image_url, role, oauth_sub
|
||||
)
|
||||
|
||||
Session.commit()
|
||||
Session.refresh(result)
|
||||
|
||||
Reference in New Issue
Block a user