Skip to content

fix(auth): expose login function for email/password authentication - #1113

Merged
Saatvik-GT merged 2 commits into
Saatvik-GT:mainfrom
gayatripadalia:fix/login-function-965
Jul 18, 2026
Merged

fix(auth): expose login function for email/password authentication#1113
Saatvik-GT merged 2 commits into
Saatvik-GT:mainfrom
gayatripadalia:fix/login-function-965

Conversation

@gayatripadalia

Copy link
Copy Markdown
Contributor

Description

Added the missing login function in auth.js using sb.auth.signInWithPassword() and exposed it through window.XAYTHEON_AUTH to restore email/password sign-in.

Related Issue

Closes #965

Type of Change

  • Bug fix (non-breaking change)

Testing

  • Tested locally.
  • Verified the login function is available and the TypeError is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: TypeError: window.XAYTHEON_AUTH.login is not a function in login.html

2 participants