mirror of
https://github.com/nextcloud/server.git
synced 2026-04-12 12:37:12 -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();
|
|
});
|