mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Allow registering device with login or signup
회원가입이나 로그인과 동시에 모바일 기기를 등록할 수 있도록 허용합니다. 앱에서 회원가입하더라도 한 번 더 등록 과정을 거쳐야 하는 불편을 해소합니다.
This commit is contained in:
parent
ed7add6d9c
commit
e87bd70e98
2 changed files with 36 additions and 19 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" />
|
||||
<condition operation="equal" column="device_token" var="device_token" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="device_key" var="device_key" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="device_key" var="device_key" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue