mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
export default (client) => {
|
|
return {
|
|
fetchLoginOptions() {
|
|
return client.get('/auth-provider/login-options/')
|
|
},
|
|
}
|
|
}
|