mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
$(document).ready(function () {
|
|
var collection = new OC.Settings.AuthTokenCollection();
|
|
var view = new OC.Settings.AuthTokenView({
|
|
collection: collection
|
|
});
|
|
view.reload();
|
|
});
|