adamfowlerit / msportals.io

MSPortals.io - Microsoft Administrator Sites, Training, and Licensing Resources
https://msportals.io/
251 stars 100 forks source link

Fix tenant_id=undefined #231

Closed jlaundry closed 1 year ago

jlaundry commented 1 year ago

Currently, if you bookmark msportals.io with tenant_id=00000000-0000-0000-0000-000000000000, on opening the bookmark this is replaced with tenant_id=undefined.

This is because I was using this.value, which is fine when replaceTenantId() is called from the onKey event, but not so fine on document load...