mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-10 13:36:16 +10:00
10 lines
253 B
CoffeeScript
10 lines
253 B
CoffeeScript
//= require jquery
|
|
//= require jquery_ujs
|
|
//= require bootstrap
|
|
|
|
$ ->
|
|
$('#authenticate').click ->
|
|
navigator.id.get (assertion) ->
|
|
if assertion
|
|
$.post '/home/verify', { assertion: assertion }, (data) ->
|
|
window.location = '/' |