mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement hashed password transfer, change password, redesign the settings UI
This commit is contained in:
+3
-2
@@ -5,7 +5,7 @@ import subprocess
|
||||
import sys
|
||||
import os
|
||||
from constants import DATABASE_URL
|
||||
from routes import account, messaging, profile, push, webrtc
|
||||
from routes import account, messaging, profile, push, webrtc, devices
|
||||
import logging
|
||||
from models import User
|
||||
from constants import OWNER_USERNAME
|
||||
@@ -88,4 +88,5 @@ app.include_router(account.router)
|
||||
app.include_router(messaging.router)
|
||||
app.include_router(profile.router)
|
||||
app.include_router(push.router, prefix="/push")
|
||||
app.include_router(webrtc.router, prefix="/webrtc")
|
||||
app.include_router(webrtc.router, prefix="/webrtc")
|
||||
app.include_router(devices.router, prefix="/devices")
|
||||
Reference in New Issue
Block a user