d-swift
d-swift
Hey, content validation is throwing a strange error and not returning any validation issues. Here is the output: ``` Connected to Looker version 22.12.63 using Looker API 3.1 Building LookML...
## Change description Closes #626 content validation bug where a dashboard have `title=None`. I suspect this is from `lookml` dashboards. ## Type of change - [x] Bug fix (fixes an...
Use the same dictionary key for encoding/decoding password reset tokens. Currently email is encoded into the token with key `sub`, whereas decoding is attempted with `email`.