Revert accidental typo fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="section">
|
||||
<h2><a href="/docs/#sdk">SDK</a> : SignIn</h2>
|
||||
|
||||
<p><span class="font-semibold">SignIn</span> lets you users log into your web app. This API will return a promise that gets resolved once the user has been logged in.</p>
|
||||
<p><span class="font-semibold">SignIn</span> lets your users log into your web app. This API will return a promise that gets resolved once the user has been logged in.</p>
|
||||
|
||||
<pre>
|
||||
<code class="language-javascript">userbase.signIn(username, password)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="section">
|
||||
<h2><a href="/docs/#sdk">SDK</a> : SignOut</h2>
|
||||
|
||||
<p><span class="font-semibold">SignOut</span> lets you users log out of your web app. This API will return a promise that gets resolved once the user has been logged out.</p>
|
||||
<p><span class="font-semibold">SignOut</span> lets your users log out of your web app. This API will return a promise that gets resolved once the user has been logged out.</p>
|
||||
|
||||
<pre>
|
||||
<code class="language-javascript">userbase.signOut()
|
||||
|
||||
Reference in New Issue
Block a user