Jussi Norlund
Jussi Norlund
OK, I tried this: ``` update :: IO () update = do env do dbConn
Any updates on getting this to run on recent versions?
I had the same problem and it took quite a while to figure out. Setting `signInFlow` to `redirect` makes passwordless e-mail sign in work.
Thank you for taking the time to provide the example, much appreciated. ``` -- Skipping definitions instance Encode XML () where encode = undefined instance Decode XML () where decode...