mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01: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