remove bridge check

This commit is contained in:
SrGooglo 2023-03-14 20:33:53 +00:00
parent 4fb77cddb0
commit a05e8df678

View File

@ -27,10 +27,6 @@ export default class AuthModel {
}
static async register(payload) {
if (!User.bridge) {
return false
}
const { username, password, email } = payload
const response = await User.bridge.post.register(undefined, {