7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
function submit_creds() {
|
|
// submit form data to the requested domain
|
|
}
|
|
|
|
function auth_lookup() {
|
|
// lookup for user credentials file somewhere
|
|
} |