You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note that doing things directly through the GoTrue client brings a risk of getting out of
125
132
// sync between your state and the widget’s state.
@@ -136,6 +143,7 @@ module API. Options include:
136
143
container:'#some-query-selector'; // container to attach to
137
144
APIUrl:'https://www.example.com/.netlify/functions/identity'; // Absolute url to endpoint. ONLY USE IN SPECIAL CASES!
138
145
namePlaceholder:'some-placeholder-for-Name'; // custom placeholder for name input form
146
+
locale:'en'; // language code for translations - available: en, fr - default to en
139
147
}
140
148
```
141
149
@@ -162,7 +170,6 @@ https://olddvdscreensaver.com
162
170
163
171

164
172
165
-
166
173
## List of Alternatives
167
174
168
175
**Lowest level JS Library**: If you want to use the official Javascript bindings to GoTrue, Netlify's underlying Identity service written in Go, use https://github.com/netlify/gotrue-js
0 commit comments