mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: implement magic link login (#3086)
* feat: implement magic link login * ci: create env file * ci: generate flutter env files * ci: disable inject env * chore: update table name * Update frontend/appflowy_flutter/lib/env/env.dart Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> * chore: fix compile --------- Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
This commit is contained in:
@ -181,7 +181,7 @@ async fn send_update(
|
||||
|
||||
let params = builder.build();
|
||||
postgrest
|
||||
.from(&table_name(&object.ty))
|
||||
.from(AF_COLLAB_UPDATE_TABLE)
|
||||
.insert(params)
|
||||
.execute()
|
||||
.await?
|
||||
|
Reference in New Issue
Block a user