mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
remove bridge check
This commit is contained in:
parent
4fb77cddb0
commit
a05e8df678
@ -27,10 +27,6 @@ export default class AuthModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static async register(payload) {
|
static async register(payload) {
|
||||||
if (!User.bridge) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
const { username, password, email } = payload
|
const { username, password, email } = payload
|
||||||
|
|
||||||
const response = await User.bridge.post.register(undefined, {
|
const response = await User.bridge.post.register(undefined, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user