Skip to content

Instantly share code, notes, and snippets.

@P3ntest
Created November 11, 2023 11:09
Show Gist options
  • Save P3ntest/d4c03d1b242d893d223a85502887366d to your computer and use it in GitHub Desktop.
Save P3ntest/d4c03d1b242d893d223a85502887366d to your computer and use it in GitHub Desktop.
Remove the "Powered by LogTo" Watermark in the sign-in exp with this custom snippet of css
a[href="https://logto.io/?utm_source=sign_in&utm_medium=powered_by"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment